aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/dev/morling/onebrc
Commit message (Expand)AuthorAgeFilesLines
...
* First version of implementation - omarchenko4j (#222)Oleh Marchenko2024-01-131-0/+213
* roman-r-m improved version (#368)Roman Musin2024-01-131-41/+55
* Parallelize Roman Stoffel (gamlerhart) SolutionRoman Stoffel2024-01-131-53/+174
* Rename files to match GitHub usernameAndrew Sun2024-01-131-1/+1
* FormattingGunnar Morling2024-01-121-5/+7
* first attempt (#226)Maxime2024-01-121-0/+194
* Leaderboard, formattingGunnar Morling2024-01-121-214/+214
* abeobk initial implementationabeobk2024-01-121-0/+230
* second try: just testing with the chunk size and gc tunningRafael Merino García2024-01-121-0/+1
* Improved my implementationXylitol2024-01-121-173/+93
* Add CalculateAverage_ianopolous.java (#346)Dr Ian Preston2024-01-121-0/+201
* Locally another 5% faster, much faster for larger set, made more general (#352)Roy van Rijn2024-01-121-75/+113
* Adding Scanner object and also tuning for better branch prediction for about ...Thomas Wuerthinger2024-01-121-101/+182
* Optimizations to Andrew Sun's entry (#310)Andrew Sun2024-01-121-65/+164
* this hashmap was faster on my system (#304)John Ziamos2024-01-121-198/+259
* 1brc submission - thanhtrinity (#269)Thanh Duong2024-01-121-0/+260
* Graal Native for SamuelYvon (#332)Samuel Yvon2024-01-121-19/+112
* unsafe approachQuan Anh Mai2024-01-121-0/+379
* use unsafe (#343)zerninv2024-01-121-72/+109
* Lazy strings init, custom station map (#336)Roman Romanchuk2024-01-121-20/+36
* I optimized my solution: (#337)Yavuz Tas2024-01-121-204/+272
* inline hash calculation and number parsing (#200)Parth Mudgal2024-01-121-203/+209
* [Attempt 1] Memory mapping + split by linebreak + multithreads + fast double ...Bang NGUYEN2024-01-121-0/+283
* Leaderboard, class nameGunnar Morling2024-01-121-1/+1
* update richardstartin submission (#325)Richard Startin2024-01-121-184/+127
* hundredwatt - 2nd submission (#338)Jason Nochlin2024-01-122-46/+195
* FormattingGunnar Morling2024-01-111-3/+3
* First attempt from ricardopieper, class CalculateAverage_ricardopieper (#306)Ricardo Pieper2024-01-111-0/+447
* Submission @jbachorik (#153)Jaroslav Bachorik2024-01-111-0/+395
* Initial implementation by xylitol (#318)Xylitol2024-01-111-0/+314
* use custom container (#305)zerninv2024-01-111-46/+73
* First deployed version for parkertimmins (#322)parkertimmins2024-01-111-0/+330
* Adding delayed string creation again for (no-) gc, small tweaks (#315)Roy van Rijn2024-01-111-33/+38
* Divide the reading of the file by parts (#254)Jairo Graterón2024-01-111-75/+221
* One HashMap per thread: 23" to 18" locally but hopefully more on the server (...Anthony Goubard2024-01-111-10/+22
* improved artsiomkorzun solution (#321)Artsiom Korzun2024-01-111-175/+138
* Optimised Code and Fixed Tests (#314)Keshavram Kuduwa2024-01-111-148/+101
* Uses MappedByteBuffer for io, trie instead of map and parallelStream (#234)Hallvard Trætteberg2024-01-111-0/+309
* djb2 single threaded implementation (#308)Eve2024-01-111-0/+198
* First Version (#292)Samuel Yvon2024-01-111-0/+249
* Entry into the contest, calculate_average_mtopolnik.sh (#246)Marko Topolnik2024-01-111-0/+530
* First submission - CalculateAverage_JamalMulla.java - Jamal Mulla (#238)Jamal Mulla2024-01-111-0/+303
* Fixed failing testsRoman Romanchuk2024-01-111-20/+54
* First version - roman_r_m (#193)Roman Musin2024-01-111-0/+280
* Add multithreaded generation of measurements file with Gaussian distribution ...Wladimir Schmidt2024-01-111-0/+537
* First attempt from MeanderingProgrammerMeanderingProgrammer2024-01-111-0/+250
* Basic Implementation with Memory Mapped File, SIMD SearchRoman Stoffel2024-01-111-0/+270
* create fork hundredwatt (#279)Jason Nochlin2024-01-111-0/+339
* Add code by maeda6uiuimaeda6uiui2024-01-111-0/+485
* Fixing the off-by-one error and updating to native, redone layout of code. (#...Roy van Rijn2024-01-111-202/+166