aboutsummaryrefslogtreecommitdiff
path: root/calculate_average_ianopolous.sh
diff options
context:
space:
mode:
authorDr Ian Preston <ianopolous@protonmail.com>2024-01-12 20:04:43 +0000
committerGitHub <noreply@github.com>2024-01-12 21:04:43 +0100
commitb93b128cb8d4ba6ee57f946123cbba1a9de4b432 (patch)
treecda791d7ad7522d958c35259fb6fe249561d00c7 /calculate_average_ianopolous.sh
parent9227aa50624fcb86b5afaab9769d2dc075a605bb (diff)
Add CalculateAverage_ianopolous.java (#346)
* Add solution by ianopolous - simple, memory mapped, reduced allocation, no unsafe. * remove almost all allocation
Diffstat (limited to 'calculate_average_ianopolous.sh')
-rw-r--r--calculate_average_ianopolous.sh19
1 files changed, 19 insertions, 0 deletions
diff --git a/calculate_average_ianopolous.sh b/calculate_average_ianopolous.sh
new file mode 100644
index 0000000..5f0f23d
--- /dev/null
+++ b/calculate_average_ianopolous.sh
@@ -0,0 +1,19 @@
+#!/bin/sh
+#
+# Copyright 2023 The original authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+JAVA_OPTS="--enable-preview"
+java $JAVA_OPTS --class-path target/average-1.0.0-SNAPSHOT.jar dev.morling.onebrc.CalculateAverage_ianopolous