Bruno Félix
Bruno Félix
Initial implementation of 1brc using native memory allocation and parallel processing. Implementation class: CalculateAverage_felix19350 JDK used: OpenJDK Runtime Environment Corretto-21.0.1.12.1 (build 21.0.1+12-LTS) Execution time: 1:18.88 Baseline execution time: 4:08.23 Hardware...
#### Check List: - [X] Tests pass (`./test.sh ` shows no differences between expected and actual outputs) - [X] All formatting changes by the build are committed - [X] Your...
Further improved performance by improving the parsing logic so that strings for city names are not allocated with each row. Removed JVM options to control heap memory as they are...