From 1f7afe1b0b4bff7b185413e64e34d83f0e1879eb Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Wed, 6 Sep 2023 14:38:23 -0400 Subject: [PATCH] Adding remarks regarding the Java 20 requirement --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 603204f..1689b15 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,8 @@ Please remember about specifying the desired version. Note that simdjson-java follows the [SemVer specification](https://semver.org/), which means, for example, that a major version of zero indicates initial development, so the library's API should not be considered stable. +We require Java 20 or better. + ## Benchmarks To run the JMH benchmarks, execute the following command: @@ -90,3 +92,5 @@ Environment: To reproduce the benchmark results, execute the following command: ```./gradlew jmh -Pjmh.includes='.*ParseAndSelectBenchmark.*'``` + +The benchmark may take several minutes. Remember that you need Java 20 or better. \ No newline at end of file