We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b23328 commit d9b3a85Copy full SHA for d9b3a85
README.md
@@ -95,9 +95,9 @@ This algorithm is faster than JEP math expresion parser!!! If you compare java.m
95
96
CPU: i7-6500U
97
98
- test 1: execute once the expression: 4ms
99
- test 2: execute 100000 times: 2100 ms --> mean time 0.021 ms per execution
100
- test 3: execute one million times: 16500 ms --> mean time 0.0165 ms per execution
+ test 1: one execution: 4ms
+ test 2: 100000 executions : 2100 ms --> mean time 0.021 ms per execution
+ test 3: million executions: 16500 ms --> mean time 0.0165 ms per execution
101
102
103
This version is compiled for Java 1.6
0 commit comments