diff options
| author | Pratham <prathamd94@gmail.com> | 2024-01-15 12:47:06 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-15 18:47:06 +0100 |
| commit | 6c7012a43e92cc699042f63226be66f0ddbe8c89 (patch) | |
| tree | 3973814db2ed16bed72ead1b468c2094a4cc6c42 /prepare_phd3.sh | |
| parent | cd0e20b304d92b2e0774cf20bd6b3c0ccae9b21f (diff) | |
Add improvements (#412)
- custom hashmap
- avoid string creation
- use graal
Diffstat (limited to 'prepare_phd3.sh')
| -rwxr-xr-x | prepare_phd3.sh | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/prepare_phd3.sh b/prepare_phd3.sh new file mode 100755 index 0000000..f83a3ff --- /dev/null +++ b/prepare_phd3.sh @@ -0,0 +1,19 @@ +#!/bin/bash +# +# 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. +# + +source "$HOME/.sdkman/bin/sdkman-init.sh" +sdk use java 21.0.1-graal 1>&2 |
