8000 Adding remarks regarding the Java 20 requirement (#16) · aaron-ds/simdjson-java@304c8ec · GitHub
[go: up one dir, main page]

Skip to content

Commit 304c8ec

Browse files
authored
Adding remarks regarding the Java 20 requirement (simdjson#16)
1 parent ab77aac commit 304c8ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ Please remember about specifying the desired version.
5353
Note that simdjson-java follows the [SemVer specification](https://semver.org/), which means, for example, that a major
5454
version of zero indicates initial development, so the library's API should not be considered stable.
5555

56+
We require Java 20 or better.
57+
5658
## Benchmarks
5759

5860
To run the JMH benchmarks, execute the following command:
@@ -90,3 +92,5 @@ Environment:
9092
To reproduce the benchmark results, execute the following command:
9193

9294
```./gradlew jmh -Pjmh.includes='.*ParseAndSelectBenchmark.*'```
95+
96+
The benchmark may take several minutes. Remember that you need Java 20 or better.

0 commit comments

Comments
 (0)
0