aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Inline and optimize value parsing code for each of the four semicolon positio...Elliot Barlas2024-01-231-47/+112
* Update README.md to add the _baseline (#552)Sarkie2024-01-221-1/+1
* evaluate.sh: Add note for "using Unsafe" (#547)Jason Nochlin2024-01-222-28/+34
* Add linl33's implementation (#503)Li Lin2024-01-215-1/+639
* Leaderboard updateGunnar Morling2024-01-211-6/+6
* subprocess spawner (#542)Artsiom Korzun2024-01-213-45/+76
* Reverting ByteBuffer idea, using Thomas's trick instead. (#538)Roy van Rijn2024-01-212-9/+37
* Tuning and subprocess spawn for thomaswue (#533)Thomas Wuerthinger2024-01-212-72/+99
* optimize branches (#534)Artsiom Korzun2024-01-211-8/+15
* Adjust rolling hash function to operate at int-scale rather than byte-scale. ...Elliot Barlas2024-01-211-22/+17
* Leaderboard updateGunnar Morling2024-01-211-1/+1
* Reduce allocations and heap size (#525)Roman Musin2024-01-212-23/+31
* #104 Running tests for PRsGunnar Morling2024-01-214-0/+144
* Leaderboard updateGunnar Morling2024-01-213-6/+6
* reorganize code, little bit faster (#509)Van Phu DO2024-01-212-25/+28
* Use Array to store results instead of grouping by and custom class (#522)kumarsaurav1232024-01-211-130/+141
* Improving first iteration by avoiding string creation as much as possible (#516)adri2024-01-203-33/+55
* Leaderboard updateGunnar Morling2024-01-201-5/+9
* Solution without unsafe (#507)giovannicuccu2024-01-203-0/+460
* Add 0xshivamagarwal Implementation (#508)Shivam Agarwal2024-01-202-0/+159
* using unsafe alone (#512)karthikeyan972024-01-202-108/+113
* Improved version based on rafaelmerino (#511)Yann Moisan2024-01-203-0/+311
* Epsilon GC + a number of other small tweaks (#513)Roman Musin2024-01-202-72/+59
* Introducing the vector api. 1s faster on 4 core i7 (#506)Dr Ian Preston2024-01-202-55/+51
* jerrinot's improvement (#514)Jaromir Hamala2024-01-201-84/+67
* yonatang solution: a jdk8 friendly, no unsafe code, epsilon-gc friendly solut...Yonatan Graber2024-01-204-0/+361
* Processing byte array backwards (#504)Xylitol2024-01-201-133/+327
* Leaderboard updateGunnar Morling2024-01-201-2/+2
* Use Arena MemorySegments rather than ByteBuffers. (#505)Elliot Barlas2024-01-202-121/+138
* Leaderboard updateGunnar Morling2024-01-191-10/+11
* Added dedicated reader (#493)Roy van Rijn2024-01-192-212/+458
* Change data storage improving memory locality (#496)Juan Parera2024-01-191-100/+131
* low collision + fast mixer, more optimization, less if because if is slow (#474)Van Phu DO2024-01-191-58/+44
* plain old io (#492)Artsiom Korzun2024-01-192-56/+58
* Reduce variance by (1) Using common chunks at the end (2) Busy looping (#486)Vemana2024-01-191-88/+169
* netrunnereve: more optimizations (#485)Eve2024-01-191-53/+67
* Submission #3: jincongho (#482)Jin Cong Ho2024-01-191-23/+48
* kumarsaurav123 # Attempt 3 (#470)kumarsaurav1232024-01-192-141/+138
* GitHub Copilot Chat with the help of agoncal (#460)Antonio Goncalves2024-01-193-0/+193
* Leaderboard updateGunnar Morling2024-01-191-4/+4
* Version 4 - roman-r-m (#484)Roman Musin2024-01-191-26/+38
* 3s (16%) faster, still no unsafe (#478)Dr Ian Preston2024-01-191-125/+199
* fix test rounding, pass 10K station names (#471)Jairo GraterĂ³n2024-01-191-22/+22
* Last attempt CalculateAverage_zerninv (#480)zerninv2024-01-191-53/+85
* Leaderboard updateGunnar Morling2024-01-171-6/+10
* jparera's initial implementation (#433)Juan Parera2024-01-172-0/+370
* extract cursor interface (#458)John Ziamos2024-01-172-47/+50
* 10% improvement from parallelizing munmap(); jumps to around 12th from 16th b...Vemana2024-01-172-70/+428
* My own solution -- memory mapping the files, running in parallel threads, usi...Matteo Vaccari2024-01-172-0/+281
* MahmoudFawzyKhalil's implementation (#438)MahmoudFawzyKhalil2024-01-172-0/+209