aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* improvements (#521)Yann Moisan2024-01-231-7/+10
* Deploy v2 for parkertimmins (#524)Parker Timmins2024-01-231-97/+78
* parse value before going to map (#548)Artsiom Korzun2024-01-232-28/+50
* First optimal solution attempt (#539)Gaurav Anantrao Deshmukh2024-01-232-0/+327
* #540 Cache SDKman (#554)Gerd Aschemann2024-01-231-16/+18
* b1rc challenge by @jeevjyot (#551)Jeevjyot Singh Chhabda2024-01-232-0/+126
* jerrinot's improvement - fast-path for short keys (#545)Jaromir Hamala2024-01-231-160/+273
* Add 1brc solution by @makohn (#544)Marek Kohn2024-01-232-0/+306
* Added environment docs (#555)Rene Schwietzke2024-01-231-0/+92
* Leaderboard updateGunnar Morling2024-01-231-4/+5
* use thomaswue trick, use parallelism, slightly faster (#560)Van Phu DO2024-01-232-64/+97
* Use simd for name comparison (#568)Dr Ian Preston2024-01-231-87/+32
* tonivade implementation (try 2) (#541)Antonio Muñoz2024-01-233-0/+307
* 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