| Commit message (Expand) | Author | Age | Files | Lines |
| * | Simplify dedupeStation() (#589) | Dr Ian Preston | 2024-01-27 | 1 | -16/+10 |
| * | Use LinkedBlockingQueue to process results - based on thomaswue (#603) | tivrfoa | 2024-01-27 | 3 | -0/+481 |
| * | (new submission) melgenek: ~top 15 on 10k. Buffered IO, VarHandles, vectors, ... | Yevhenii Melnyk | 2024-01-27 | 3 | -0/+605 |
| * | Fix hash code collisions (#605) | Jairo Graterón | 2024-01-27 | 1 | -79/+77 |
| * | Leaderboard update | Gunnar Morling | 2024-01-27 | 1 | -15/+22 |
| * | Leaderboard update | Gunnar Morling | 2024-01-27 | 1 | -4/+8 |
| * | Reading 1B row file using Java NIO lib. (#601) | Manish Garg | 2024-01-27 | 3 | -0/+208 |
| * | Larger heap, small tweaks (#593) | Roy van Rijn | 2024-01-27 | 2 | -36/+52 |
| * | 1BRC gigiblender (#595) | Florin Blanaru | 2024-01-27 | 2 | -0/+520 |
| * | Next version (#596) | Roman Musin | 2024-01-27 | 3 | -42/+59 |
| * | improve hard disk access locality, another 8% (#591) | Van Phu DO | 2024-01-27 | 1 | -155/+172 |
| * | First attempt with Java-managed concurrency (#590) | Hieu Dao Quang | 2024-01-27 | 3 | -0/+156 |
| * | Initial submission (#588) | rcasteltrione | 2024-01-27 | 3 | -0/+348 |
| * | Leaderboard update | Gunnar Morling | 2024-01-26 | 1 | -1/+1 |
| * | Fix hundredwatt's entry on 10k dataset (#558) | Jason Nochlin | 2024-01-26 | 1 | -8/+13 |
| * | Leaderboard update | Gunnar Morling | 2024-01-25 | 1 | -9/+12 |
| * | CalculateAverage_gonix update (#579) | gonix | 2024-01-25 | 1 | -23/+21 |
| * | Contribution by albertoventurini (#578) | Alberto Venturini | 2024-01-25 | 2 | -0/+318 |
| * | Updates for gamlerhart: Simpler & Faster (#580) | Roman Stoffel | 2024-01-25 | 1 | -131/+86 |
| * | Second submission to keep a bit of dignity (#581) | Dmitry Bufistov | 2024-01-25 | 2 | -200/+183 |
| * | tonivade improved solution (#582) | Antonio Muñoz | 2024-01-25 | 3 | -130/+148 |
| * | Down to 14s locally (#583) | Dr Ian Preston | 2024-01-25 | 1 | -49/+69 |
| * | armandino: minimise hash collisions + other improvements (#585) | Arman Sharif | 2024-01-25 | 3 | -53/+79 |
| * | Simplify Node class with less field, improve hash mix speed (#584) | Van Phu DO | 2024-01-25 | 2 | -67/+63 |
| * | gabrielfoo's first attempt (#556) | gabrielfoo | 2024-01-25 | 3 | -0/+222 |
| * | C style code. Should be ~4secs or lower based on local testing. (#559) | Vemana | 2024-01-25 | 3 | -0/+1705 |
| * | Update README.md | Gunnar Morling | 2024-01-24 | 1 | -0/+1 |
| * | Fixing Thomas' JDK version | Gunnar Morling | 2024-01-24 | 1 | -1/+1 |
| * | Leaderboard | Gunnar Morling | 2024-01-24 | 1 | -2/+1 |
| * | Leaderboard update | Gunnar Morling | 2024-01-24 | 1 | -11/+19 |
| * | Go implementation by AlexanderYastrebov (#298) | Alexander Yastrebov | 2024-01-23 | 9 | -0/+492 |
| * | Laake Scates-Gervasi first submission (justplainlaake) [2.5s execution, local... | Laake Scates-Gervasi | 2024-01-23 | 3 | -0/+512 |
| * | Rewrote to always read 16 bytes, this has less instructions on perf. (#562) | Roy van Rijn | 2024-01-23 | 1 | -181/+116 |
| * | CalculateAverage_3j5a off-the-shelf Java components + ArraysSupport (#566) | 3j5a | 2024-01-23 | 3 | -0/+316 |
| * | 1brc contribution from mattiz (first attempt) (#567) | Mathias Bjerke | 2024-01-23 | 2 | -0/+343 |
| * | fine tuning performance further (#526) | karthikeyan97 | 2024-01-23 | 2 | -59/+50 |
| * | Native image + a few smaller optimisations (#564) | Roman Musin | 2024-01-23 | 3 | -134/+135 |
| * | Add Yourwass take on the challenge (#532) | yourwass | 2024-01-23 | 2 | -0/+311 |
| * | 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 | 2 | -28/+50 |
| * | First optimal solution attempt (#539) | Gaurav Anantrao Deshmukh | 2024-01-23 | 2 | -0/+327 |
| * | #540 Cache SDKman (#554) | Gerd Aschemann | 2024-01-23 | 1 | -16/+18 |
| * | b1rc challenge by @jeevjyot (#551) | Jeevjyot Singh Chhabda | 2024-01-23 | 2 | -0/+126 |
| * | 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 | 2 | -0/+306 |
| * | Added environment docs (#555) | Rene Schwietzke | 2024-01-23 | 1 | -0/+92 |
| * | Leaderboard update | Gunnar Morling | 2024-01-23 | 1 | -4/+5 |
| * | use thomaswue trick, use parallelism, slightly faster (#560) | Van Phu DO | 2024-01-23 | 2 | -64/+97 |
| * | Use simd for name comparison (#568) | Dr Ian Preston | 2024-01-23 | 1 | -87/+32 |