1brc
1brc copied to clipboard
GraalVM native image from QBos07
Check List:
- [X] Tests pass (
./test.sh qbos07
) - [X] All formatting changes by the build are committed
- [X] Output matches that of calculate_average_baseline.sh
- Execution time: 2:01,05 [1] [2]
- Execution time of reference implementation: ~4:25 [2]
[1] Had to change to optimized code to be able to run it on my 4 core machine. This makes it heavly non-optimal on my pc. [2] All files were on a slow HDD (due to size) wich espacially impacts the optimized version. (I expact at least a double in speed on the test machine)
No code was changed! Only compilation is affected. Credit goes to Ray van Riju for the implementation.