| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | use unsafe (#343) | zerninv | 2024-01-12 | 1 | -72/+109 |
| * | Lazy strings init, custom station map (#336) | Roman Romanchuk | 2024-01-12 | 1 | -20/+36 |
| * | I optimized my solution: (#337) | Yavuz Tas | 2024-01-12 | 1 | -204/+272 |
| * | inline hash calculation and number parsing (#200) | Parth Mudgal | 2024-01-12 | 1 | -203/+209 |
| * | [Attempt 1] Memory mapping + split by linebreak + multithreads + fast double ... | Bang NGUYEN | 2024-01-12 | 1 | -0/+283 |
| * | Leaderboard, class name | Gunnar Morling | 2024-01-12 | 1 | -1/+1 |
| * | update richardstartin submission (#325) | Richard Startin | 2024-01-12 | 1 | -184/+127 |
| * | hundredwatt - 2nd submission (#338) | Jason Nochlin | 2024-01-12 | 2 | -46/+195 |
| * | Formatting | Gunnar Morling | 2024-01-11 | 1 | -3/+3 |
| * | First attempt from ricardopieper, class CalculateAverage_ricardopieper (#306) | Ricardo Pieper | 2024-01-11 | 1 | -0/+447 |
| * | Submission @jbachorik (#153) | Jaroslav Bachorik | 2024-01-11 | 1 | -0/+395 |
| * | Initial implementation by xylitol (#318) | Xylitol | 2024-01-11 | 1 | -0/+314 |
| * | use custom container (#305) | zerninv | 2024-01-11 | 1 | -46/+73 |
| * | First deployed version for parkertimmins (#322) | parkertimmins | 2024-01-11 | 1 | -0/+330 |
| * | Adding delayed string creation again for (no-) gc, small tweaks (#315) | Roy van Rijn | 2024-01-11 | 1 | -33/+38 |
| * | Divide the reading of the file by parts (#254) | Jairo Graterón | 2024-01-11 | 1 | -75/+221 |
| * | One HashMap per thread: 23" to 18" locally but hopefully more on the server (... | Anthony Goubard | 2024-01-11 | 1 | -10/+22 |
| * | improved artsiomkorzun solution (#321) | Artsiom Korzun | 2024-01-11 | 1 | -175/+138 |
| * | Optimised Code and Fixed Tests (#314) | Keshavram Kuduwa | 2024-01-11 | 1 | -148/+101 |
| * | Uses MappedByteBuffer for io, trie instead of map and parallelStream (#234) | Hallvard Trætteberg | 2024-01-11 | 1 | -0/+309 |
| * | djb2 single threaded implementation (#308) | Eve | 2024-01-11 | 1 | -0/+198 |
| * | First Version (#292) | Samuel Yvon | 2024-01-11 | 1 | -0/+249 |
| * | Entry into the contest, calculate_average_mtopolnik.sh (#246) | Marko Topolnik | 2024-01-11 | 1 | -0/+530 |
| * | First submission - CalculateAverage_JamalMulla.java - Jamal Mulla (#238) | Jamal Mulla | 2024-01-11 | 1 | -0/+303 |
| * | Fixed failing tests | Roman Romanchuk | 2024-01-11 | 1 | -20/+54 |
| * | First version - roman_r_m (#193) | Roman Musin | 2024-01-11 | 1 | -0/+280 |
| * | Add multithreaded generation of measurements file with Gaussian distribution ... | Wladimir Schmidt | 2024-01-11 | 1 | -0/+537 |
| * | First attempt from MeanderingProgrammer | MeanderingProgrammer | 2024-01-11 | 1 | -0/+250 |
| * | Basic Implementation with Memory Mapped File, SIMD Search | Roman Stoffel | 2024-01-11 | 1 | -0/+270 |
| * | create fork hundredwatt (#279) | Jason Nochlin | 2024-01-11 | 1 | -0/+339 |
| * | Add code by maeda6uiui | maeda6uiui | 2024-01-11 | 1 | -0/+485 |
| * | Fixing the off-by-one error and updating to native, redone layout of code. (#... | Roy van Rijn | 2024-01-11 | 1 | -202/+166 |
| * | Leaderboard, formatting | Gunnar Morling | 2024-01-11 | 1 | -23/+23 |
| * | Update davecom entry use ByteBuffer instead of String for Names and graal (#245) | David Kopec | 2024-01-11 | 1 | -20/+28 |
| * | Charlibot submission (#249) | Charlie Evans | 2024-01-11 | 1 | -0/+332 |
| * | CalculateAverage_kumarsaurav123.java-> RAM 16 GB CPU 32 Core (#247) | kumarsaurav123 | 2024-01-11 | 1 | -0/+256 |
| * | Simple, slow but very short. :-) (#240) | Aleš Justin | 2024-01-11 | 1 | -0/+46 |
| * | improved artsiomkorzun solution (#176) | Artsiom Korzun | 2024-01-11 | 1 | -195/+249 |
| * | Implementation CalculateAverage_japplis of 1BRC from Anthony Goubard (#271) | Anthony Goubard | 2024-01-10 | 1 | -0/+244 |
| * | Add entries for pedestrianlove. (#265) | pedestrianlove | 2024-01-10 | 1 | -0/+88 |
| * | first cut 1brc submission (#216) | Pratham | 2024-01-10 | 1 | -0/+241 |
| * | Quick and dirty first version (#215) | Algirdas Raščius | 2024-01-10 | 1 | -0/+272 |
| * | Initial solution by raipc | Anton Rybochkin | 2024-01-10 | 1 | -0/+470 |
| * | Initial implementation (#158) | Michael Berry | 2024-01-10 | 1 | -0/+268 |
| * | Some optimizations arjenvaneerde | arjenvaneerde | 2024-01-10 | 1 | -0/+348 |
| * | Implements CalculateAverage_zerninv.java | zerninv | 2024-01-10 | 1 | -0/+199 |
| * | CalculateAverage_AbstractKamen | AbstractKamen | 2024-01-10 | 1 | -0/+220 |
| * | Leaderboard, clean-up | Gunnar Morling | 2024-01-10 | 1 | -0/+15 |
| * | gnmathur's solution (#202) | Gaurav Mathur | 2024-01-10 | 1 | -0/+151 |
| * | Add CalculateAverage_couragelee Java class and shell script | CourageLee | 2024-01-10 | 1 | -0/+336 |