aboutsummaryrefslogtreecommitdiff
path: root/calculate_average_royvanrijn.sh
Commit message (Collapse)AuthorAgeFilesLines
* Roy van Rijn: memory mapped files, branchless parsing, bitwiddle magicRoy van Rijn2024-01-031-1/+7
| | | | | | Added SWAR (SIMD Within A Register) code to increase bytebuffer processing/throughput Delaying the creation of the String by comparing hash, segmenting like spullara, improved EOL finding Co-authored-by: Gunnar Morling <gunnar.morling@googlemail.com>
* Initial implementation, using BufferedReader, parallel processing, combining ↵Roy van Rijn2024-01-011-0/+20
everything in a single go, sorting afterwards (unoptimized)