diff options
| author | giovannicuccu <giovanni.cuccu@gmail.com> | 2024-01-28 23:24:47 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-28 23:24:47 +0100 |
| commit | be5b3318b150243c0ea24def82c2b8d6f3f1e06d (patch) | |
| tree | 837b1ead33d06cfe5641aba8dea3696be8eee407 /calculate_average_giovannicuccu.sh | |
| parent | 46d375e621d1ae286058407fc38d55600fc679eb (diff) | |
Solution without unsafe using vector API (#602)
* Solution without unsafe
* Solution without unsafe
* Solution without unsafe, remove the usage of bytebuffer, passes the create_measurements3 test
* bug fix for 10k test, update also the CreateMeasurements3.java to use '\n' as newline instead of the os value (if it runs on windows it uses crlf and "breaks" the file format )
---------
Co-authored-by: Giovanni Cuccu <gcuccu@imolainformatica.it>
Diffstat (limited to 'calculate_average_giovannicuccu.sh')
| -rw-r--r--[-rwxr-xr-x] | calculate_average_giovannicuccu.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calculate_average_giovannicuccu.sh b/calculate_average_giovannicuccu.sh index 314b5d8..2188385 100755..100644 --- a/calculate_average_giovannicuccu.sh +++ b/calculate_average_giovannicuccu.sh @@ -15,5 +15,5 @@ # limitations under the License. # -JAVA_OPTS="" +JAVA_OPTS="--enable-preview --add-modules=jdk.incubator.vector -XX:-TieredCompilation" java $JAVA_OPTS --class-path target/average-1.0.0-SNAPSHOT.jar dev.morling.onebrc.CalculateAverage_giovannicuccu |
