File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -147,27 +147,23 @@ Reference:
147147Requirements
148148------------
149149
150- A recent Java compiler. Java 7 or better is recommended .
150+ Releases up to 0.1.12 require Java 7 or better.
151151
152- Good instructions on installing Java 7 on Linux:
152+ The current development versions assume JDK 11 or better.
153153
154- http://forums.linuxmint.com/viewtopic.php?f=42&t=93052
155154
156155
157156How fast is it?
158157---------------
159158
160- Compile the code and execute me.lemire.integercompression.benchmarktools.Benchmark.
161-
162- I recommend running all the benchmarks with the "-server" flag on a desktop machine.
159+ Compile the code and execute ` me.lemire.integercompression.benchmarktools.Benchmark ` .
163160
164161Speed is always reported in millions of integers per second.
165162
166163
167164For Maven users
168165---------------
169166
170- The current development versions assume JDK 11 or better.
171167
172168```
173169mvn compile
You can’t perform that action at this time.
0 commit comments