Continue unrolling and inlining value parser. Make targeted use of ByteBuffer.getInt() instead of ByteBuffer.get(). Switch from GraalVM CE to GraalVM. (#201)

This commit is contained in:
Elliot Barlas
2024-01-07 01:05:18 -08:00
committed by GitHub
parent aa0395d01b
commit c13997c9e0
2 changed files with 82 additions and 47 deletions

View File

@@ -16,6 +16,6 @@
#
source "$HOME/.sdkman/bin/sdkman-init.sh"
sdk use java 21.0.1-graalce 1>&2
sdk use java 21.0.1-graal 1>&2
JAVA_OPTS=""
time java $JAVA_OPTS --class-path target/average-1.0.0-SNAPSHOT.jar dev.morling.onebrc.CalculateAverage_ebarlas measurements.txt 8