From ad7a6ec57357df7af33a4049c88c5a5c1f022e81 Mon Sep 17 00:00:00 2001 From: Anton Rybochkin Date: Wed, 10 Jan 2024 22:26:00 +0100 Subject: Initial solution by raipc * Initial solution by raipc * Implemented custom hash map with open addressing * Small optimizations to task splitting and range check disabling * Fixed off-by-one error in merge * Run with EpsilonGC. Borrowed VM params from Shipilev * Make script executable * Add a license --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index a74c588..7c1b590 100644 --- a/pom.xml +++ b/pom.xml @@ -111,6 +111,8 @@ --enable-preview --add-modules java.base,jdk.incubator.vector + --add-opens=java.base/java.lang=ALL-UNNAMED + --add-opens=java.base/jdk.internal.util=ALL-UNNAMED -- cgit v1.2.3