aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Processing byte array backwards (#504)Xylitol2024-01-201-133/+327
* Use Arena MemorySegments rather than ByteBuffers. (#505)Elliot Barlas2024-01-201-120/+137
* Added dedicated reader (#493)Roy van Rijn2024-01-191-211/+457
* 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-191-54/+56
* 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
* kumarsaurav123 # Attempt 3 (#470)kumarsaurav1232024-01-191-140/+137
* GitHub Copilot Chat with the help of agoncal (#460)Antonio Goncalves2024-01-191-0/+153
* Version 4 - roman-r-m (#484)Roman Musin2024-01-191-26/+38
* 3s (16%) faster, still no unsafe (#478)Dr Ian Preston2024-01-191-125/+199
* fix test rounding, pass 10K station names (#471)Jairo Graterón2024-01-191-22/+22
* Last attempt CalculateAverage_zerninv (#480)zerninv2024-01-191-53/+85
* jparera's initial implementation (#433)Juan Parera2024-01-171-0/+351
* extract cursor interface (#458)John Ziamos2024-01-171-46/+43
* 10% improvement from parallelizing munmap(); jumps to around 12th from 16th b...Vemana2024-01-171-70/+426
* My own solution -- memory mapping the files, running in parallel threads, usi...Matteo Vaccari2024-01-171-0/+261
* MahmoudFawzyKhalil's implementation (#438)MahmoudFawzyKhalil2024-01-171-0/+190
* CalculateAverage_gonix update (#461)gonix2024-01-171-100/+70
* A fast implementation without unsafe (#462)Dr Ian Preston2024-01-171-0/+266
* improve equality check performance, use graal jvm (#454)zerninv2024-01-171-63/+66
* edge-case in hashing fixed (#459)Jaromir Hamala2024-01-171-152/+151
* Version 3 (#455)Roman Musin2024-01-171-111/+154
* CalculateAverage_gonix initial attempt (#413)gonix2024-01-161-0/+354
* karthikeyan97 implementation (#417)karthikeyan972024-01-161-0/+382
* plevart: Look Mom No Unsafe! (#452)Peter Levart2024-01-161-0/+405
* Leaderboard, formattingGunnar Morling2024-01-161-10/+10
* Native build, less memory acess, improved hash mixing (#449)Van Phu DO2024-01-161-78/+179
* Memory mapped buffers, ints instead of floats and epsilon GC (#451)adri2024-01-161-0/+223
* Read file in multiple threads and String to Text (#427)Anthony Goubard2024-01-161-60/+198
* armandino: second attempt (#445)Arman Sharif2024-01-161-153/+224
* Optimised code to iterate over non-null measurements (#444)Keshavram Kuduwa2024-01-161-94/+121
* fix masking (#442)Artsiom Korzun2024-01-161-1/+2
* native version (#434)Artsiom Korzun2024-01-151-13/+23
* CalculateAverage_faridtmammadov (#406)Farid2024-01-151-0/+203
* Submission #2: jincongho (#416)Jin Cong Ho2024-01-151-71/+295
* Improve scheduling for thomaswue (#358)Thomas Wuerthinger2024-01-151-16/+35
* Initial 1brc version by plbpietrz (#219)Bartłomiej Pietrzyk2024-01-151-0/+273
* Sixth attempt CalculateAverage_zerninv.java (#407)zerninv2024-01-151-88/+118
* Squashing a bunch of commits together. (#428)Vemana2024-01-151-99/+105
* Small optimizations (#426)Arjen Wisse2024-01-151-22/+25
* branchy version (#408)Artsiom Korzun2024-01-151-107/+176
* CalculateAverage_eriklumme first submission (#221)eriklumme2024-01-151-0/+373
* 12s (25%) faster on 4 core i7 (#421)Dr Ian Preston2024-01-151-56/+64
* jerrinot's initial submission (#424)Jaromir Hamala2024-01-151-0/+482
* Optimized with less constructor args + low collision mixer (#420)Van Phu DO2024-01-151-72/+97
* 10k improvement (#419)Marko Topolnik2024-01-151-81/+110
* Add improvements (#412)Pratham2024-01-151-37/+135