You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# ParserNG 🧮⚡
2
2
3
-
**ParserNG 1.0.1** is a **blazing-fast**, **pure Java**, **zero-native-dependencies** math expression parser and evaluator.
3
+
**ParserNG 1.0.1** is a **blazing-fast**, nigh zero allocation(memory wise), **pure Java**, **zero-native-dependencies** math expression parser and evaluator.
4
4
5
5
It **beats Janino, exp4J, and com.expression.parser on evaluation speed** across every kind of expression — from simple algebra to heavy trig, matrices, and calculus.
6
6
With the new **Turbo compiled mode**, it routinely reaches **3–10 million evaluations per second**.
0 commit comments