aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/dev
Commit message (Expand)AuthorAgeFilesLines
...
* subprocess spawner (#542)Artsiom Korzun2024-01-211-42/+73
* Reverting ByteBuffer idea, using Thomas's trick instead. (#538)Roy van Rijn2024-01-211-8/+36
* Tuning and subprocess spawn for thomaswue (#533)Thomas Wuerthinger2024-01-211-70/+97
* 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
* Reduce allocations and heap size (#525)Roman Musin2024-01-211-21/+30
* reorganize code, little bit faster (#509)Van Phu DO2024-01-211-24/+27
* 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-201-32/+53
* Solution without unsafe (#507)giovannicuccu2024-01-201-0/+421
* Add 0xshivamagarwal Implementation (#508)Shivam Agarwal2024-01-201-0/+137
* using unsafe alone (#512)karthikeyan972024-01-201-107/+102
* Improved version based on rafaelmerino (#511)Yann Moisan2024-01-201-0/+272
* Epsilon GC + a number of other small tweaks (#513)Roman Musin2024-01-201-72/+53
* Introducing the vector api. 1s faster on 4 core i7 (#506)Dr Ian Preston2024-01-201-54/+50
* jerrinot's improvement (#514)Jaromir Hamala2024-01-201-84/+67
* yonatang solution: a jdk8 friendly, no unsafe code, epsilon-gc friendly solut...Yonatan Graber2024-01-201-0/+320
* 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