| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | improve equality check performance, use graal jvm (#454) | zerninv | 2024-01-17 | 1 | -63/+66 |
| * | edge-case in hashing fixed (#459) | Jaromir Hamala | 2024-01-17 | 1 | -152/+151 |
| * | Version 3 (#455) | Roman Musin | 2024-01-17 | 1 | -111/+154 |
| * | CalculateAverage_gonix initial attempt (#413) | gonix | 2024-01-16 | 1 | -0/+354 |
| * | karthikeyan97 implementation (#417) | karthikeyan97 | 2024-01-16 | 1 | -0/+382 |
| * | plevart: Look Mom No Unsafe! (#452) | Peter Levart | 2024-01-16 | 1 | -0/+405 |
| * | Leaderboard, formatting | Gunnar Morling | 2024-01-16 | 1 | -10/+10 |
| * | Native build, less memory acess, improved hash mixing (#449) | Van Phu DO | 2024-01-16 | 1 | -78/+179 |
| * | Memory mapped buffers, ints instead of floats and epsilon GC (#451) | adri | 2024-01-16 | 1 | -0/+223 |
| * | Read file in multiple threads and String to Text (#427) | Anthony Goubard | 2024-01-16 | 1 | -60/+198 |
| * | armandino: second attempt (#445) | Arman Sharif | 2024-01-16 | 1 | -153/+224 |
| * | Optimised code to iterate over non-null measurements (#444) | Keshavram Kuduwa | 2024-01-16 | 1 | -94/+121 |
| * | fix masking (#442) | Artsiom Korzun | 2024-01-16 | 1 | -1/+2 |
| * | native version (#434) | Artsiom Korzun | 2024-01-15 | 1 | -13/+23 |
| * | CalculateAverage_faridtmammadov (#406) | Farid | 2024-01-15 | 1 | -0/+203 |
| * | Submission #2: jincongho (#416) | Jin Cong Ho | 2024-01-15 | 1 | -71/+295 |
| * | Improve scheduling for thomaswue (#358) | Thomas Wuerthinger | 2024-01-15 | 1 | -16/+35 |
| * | Initial 1brc version by plbpietrz (#219) | Bartłomiej Pietrzyk | 2024-01-15 | 1 | -0/+273 |
| * | Sixth attempt CalculateAverage_zerninv.java (#407) | zerninv | 2024-01-15 | 1 | -88/+118 |
| * | Squashing a bunch of commits together. (#428) | Vemana | 2024-01-15 | 1 | -99/+105 |