aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Down to 14s locally (#583)Dr Ian Preston2024-01-251-49/+69
* armandino: minimise hash collisions + other improvements (#585)Arman Sharif2024-01-253-53/+79
* Simplify Node class with less field, improve hash mix speed (#584)Van Phu DO2024-01-252-67/+63
* gabrielfoo's first attempt (#556)gabrielfoo2024-01-253-0/+222
* C style code. Should be ~4secs or lower based on local testing. (#559)Vemana2024-01-253-0/+1705
* Update README.mdGunnar Morling2024-01-241-0/+1
* Fixing Thomas' JDK versionGunnar Morling2024-01-241-1/+1
* LeaderboardGunnar Morling2024-01-241-2/+1
* Leaderboard updateGunnar Morling2024-01-241-11/+19
* Go implementation by AlexanderYastrebov (#298)Alexander Yastrebov2024-01-239-0/+492
* Laake Scates-Gervasi first submission (justplainlaake) [2.5s execution, local...Laake Scates-Gervasi2024-01-233-0/+512
* Rewrote to always read 16 bytes, this has less instructions on perf. (#562)Roy van Rijn2024-01-231-181/+116
* CalculateAverage_3j5a off-the-shelf Java components + ArraysSupport (#566)3j5a2024-01-233-0/+316
* 1brc contribution from mattiz (first attempt) (#567)Mathias Bjerke2024-01-232-0/+343
* fine tuning performance further (#526)karthikeyan972024-01-232-59/+50
* Native image + a few smaller optimisations (#564)Roman Musin2024-01-233-134/+135
* Add Yourwass take on the challenge (#532)yourwass2024-01-232-0/+311
* 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