diff options
| author | Roman Stoffel <roman.stoffel@gamlor.info> | 2024-01-10 22:25:45 +0100 |
|---|---|---|
| committer | Gunnar Morling <gunnar.morling@googlemail.com> | 2024-01-11 11:58:57 +0100 |
| commit | 64a78c388054b9d61fa8508417e37ef3f22b22f8 (patch) | |
| tree | 646188573f8799353e7a57f74371b2c1d7354613 /calculate_average_gamlerhart.sh | |
| parent | 80328e4898112cd49ea53780d117afe821818428 (diff) | |
Basic Implementation with Memory Mapped File, SIMD Search
By gamlerhart
Diffstat (limited to 'calculate_average_gamlerhart.sh')
| -rwxr-xr-x | calculate_average_gamlerhart.sh | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/calculate_average_gamlerhart.sh b/calculate_average_gamlerhart.sh new file mode 100755 index 0000000..c52a25b --- /dev/null +++ b/calculate_average_gamlerhart.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 --add-modules=jdk.incubator.vector" +java $JAVA_OPTS --class-path target/average-1.0.0-SNAPSHOT.jar dev.morling.onebrc.CalculateAverage_gamlerhart |
