| Commit message (Expand) | Author | Age | Files | Lines |
| * | improvements (#521) | Yann Moisan | 2024-01-23 | 1 | -7/+10 |
| * | Deploy v2 for parkertimmins (#524) | Parker Timmins | 2024-01-23 | 1 | -97/+78 |
| * | parse value before going to map (#548) | Artsiom Korzun | 2024-01-23 | 1 | -27/+49 |
| * | First optimal solution attempt (#539) | Gaurav Anantrao Deshmukh | 2024-01-23 | 1 | -0/+308 |
| * | b1rc challenge by @jeevjyot (#551) | Jeevjyot Singh Chhabda | 2024-01-23 | 1 | -0/+107 |
| * | jerrinot's improvement - fast-path for short keys (#545) | Jaromir Hamala | 2024-01-23 | 1 | -160/+273 |
| * | Add 1brc solution by @makohn (#544) | Marek Kohn | 2024-01-23 | 1 | -0/+287 |
| * | use thomaswue trick, use parallelism, slightly faster (#560) | Van Phu DO | 2024-01-23 | 1 | -62/+95 |
| * | Use simd for name comparison (#568) | Dr Ian Preston | 2024-01-23 | 1 | -87/+32 |
| * | tonivade implementation (try 2) (#541) | Antonio Muñoz | 2024-01-23 | 1 | -0/+268 |
| * | Inline and optimize value parsing code for each of the four semicolon positio... | Elliot Barlas | 2024-01-23 | 1 | -47/+112 |
| * | subprocess spawner (#542) | Artsiom Korzun | 2024-01-21 | 1 | -42/+73 |
| * | Reverting ByteBuffer idea, using Thomas's trick instead. (#538) | Roy van Rijn | 2024-01-21 | 1 | -8/+36 |
| * | Tuning and subprocess spawn for thomaswue (#533) | Thomas Wuerthinger | 2024-01-21 | 1 | -70/+97 |
| * | optimize branches (#534) | Artsiom Korzun | 2024-01-21 | 1 | -8/+15 |
| * | Adjust rolling hash function to operate at int-scale rather than byte-scale. ... | Elliot Barlas | 2024-01-21 | 1 | -22/+17 |
| * | Reduce allocations and heap size (#525) | Roman Musin | 2024-01-21 | 1 | -21/+30 |
| * | reorganize code, little bit faster (#509) | Van Phu DO | 2024-01-21 | 1 | -24/+27 |
| * | Use Array to store results instead of grouping by and custom class (#522) | kumarsaurav123 | 2024-01-21 | 1 | -130/+141 |
| * | Improving first iteration by avoiding string creation as much as possible (#516) | adri | 2024-01-20 | 1 | -32/+53 |
| * | Solution without unsafe (#507) | giovannicuccu | 2024-01-20 | 1 | -0/+421 |
| * | Add 0xshivamagarwal Implementation (#508) | Shivam Agarwal | 2024-01-20 | 1 | -0/+137 |
| * | using unsafe alone (#512) | karthikeyan97 | 2024-01-20 | 1 | -107/+102 |
| * | Improved version based on rafaelmerino (#511) | Yann Moisan | 2024-01-20 | 1 | -0/+272 |
| * | Epsilon GC + a number of other small tweaks (#513) | Roman Musin | 2024-01-20 | 1 | -72/+53 |
| * | Introducing the vector api. 1s faster on 4 core i7 (#506) | Dr Ian Preston | 2024-01-20 | 1 | -54/+50 |
| * | jerrinot's improvement (#514) | Jaromir Hamala | 2024-01-20 | 1 | -84/+67 |
| * | yonatang solution: a jdk8 friendly, no unsafe code, epsilon-gc friendly solut... | Yonatan Graber | 2024-01-20 | 1 | -0/+320 |
| * | Processing byte array backwards (#504) | Xylitol | 2024-01-20 | 1 | -133/+327 |
| * | Use Arena MemorySegments rather than ByteBuffers. (#505) | Elliot Barlas | 2024-01-20 | 1 | -120/+137 |
| * | Added dedicated reader (#493) | Roy van Rijn | 2024-01-19 | 1 | -211/+457 |
| * | Change data storage improving memory locality (#496) | Juan Parera | 2024-01-19 | 1 | -100/+131 |
| * | low collision + fast mixer, more optimization, less if because if is slow (#474) | Van Phu DO | 2024-01-19 | 1 | -58/+44 |
| * | plain old io (#492) | Artsiom Korzun | 2024-01-19 | 1 | -54/+56 |
| * | Reduce variance by (1) Using common chunks at the end (2) Busy looping (#486) | Vemana | 2024-01-19 | 1 | -88/+169 |
| * | netrunnereve: more optimizations (#485) | Eve | 2024-01-19 | 1 | -53/+67 |
| * | Submission #3: jincongho (#482) | Jin Cong Ho | 2024-01-19 | 1 | -23/+48 |
| * | kumarsaurav123 # Attempt 3 (#470) | kumarsaurav123 | 2024-01-19 | 1 | -140/+137 |
| * | GitHub Copilot Chat with the help of agoncal (#460) | Antonio Goncalves | 2024-01-19 | 1 | -0/+153 |
| * | Version 4 - roman-r-m (#484) | Roman Musin | 2024-01-19 | 1 | -26/+38 |
| * | 3s (16%) faster, still no unsafe (#478) | Dr Ian Preston | 2024-01-19 | 1 | -125/+199 |
| * | fix test rounding, pass 10K station names (#471) | Jairo Graterón | 2024-01-19 | 1 | -22/+22 |
| * | Last attempt CalculateAverage_zerninv (#480) | zerninv | 2024-01-19 | 1 | -53/+85 |
| * | jparera's initial implementation (#433) | Juan Parera | 2024-01-17 | 1 | -0/+351 |
| * | extract cursor interface (#458) | John Ziamos | 2024-01-17 | 1 | -46/+43 |
| * | 10% improvement from parallelizing munmap(); jumps to around 12th from 16th b... | Vemana | 2024-01-17 | 1 | -70/+426 |
| * | My own solution -- memory mapping the files, running in parallel threads, usi... | Matteo Vaccari | 2024-01-17 | 1 | -0/+261 |
| * | MahmoudFawzyKhalil's implementation (#438) | MahmoudFawzyKhalil | 2024-01-17 | 1 | -0/+190 |
| * | CalculateAverage_gonix update (#461) | gonix | 2024-01-17 | 1 | -100/+70 |
| * | A fast implementation without unsafe (#462) | Dr Ian Preston | 2024-01-17 | 1 | -0/+266 |