Skip to content

Commit

Permalink
Submission gunnarmorling#2: jincongho
Browse files Browse the repository at this point in the history
  • Loading branch information
jincongho committed Jan 15, 2024
1 parent 61f5618 commit 5950e32
Show file tree
Hide file tree
Showing 2 changed files with 297 additions and 72 deletions.
3 changes: 2 additions & 1 deletion calculate_average_jincongho.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
# limitations under the License.
#

JAVA_OPTS="--enable-preview --enable-native-access=ALL-UNNAMED"
JAVA_OPTS="--enable-preview --add-modules=jdk.incubator.vector --enable-native-access=ALL-UNNAMED"
JAVA_OPTS="$JAVA_OPTS -XX:-TieredCompilation -XX:InlineSmallCode=10000 -XX:FreqInlineSize=10000"
JAVA_OPTS="$JAVA_OPTS -Djdk.incubator.vector.VECTOR_ACCESS_OOB_CHECK=0"
java $JAVA_OPTS --class-path target/average-1.0.0-SNAPSHOT.jar dev.morling.onebrc.CalculateAverage_jincongho
Loading

0 comments on commit 5950e32

Please sign in to comment.