Skip to content

Commit 087f948

Browse files
committed
save README
1 parent d0e159d commit 087f948

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

LATEST.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# ParserNG
2-
2+
3+
4+
ParserNG 1.0.1 has been released on maven-central!
5+
This close update ensures that Turbo mode's memory profile stays close to that of the normal mode, which is, nigh zero.
6+
7+
38
ParserNG 1.0.0 has been released on maven-central!
49
The library has finally come of age with the introduction of its Turbo mode, which offers a massive speed boost over its normal mode.
510
The nomal mode already beats famous libraries like exp4J, and rivals Janino, the widely acclaimed Gold Standard of Java math parser speed measurements, very closely

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**ParserNG 1.0.1** is a **blazing-fast**, nigh zero allocation(memory wise), **pure Java**, **zero-native-dependencies** math expression parser and evaluator.
44

55
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-
With the new **Turbo compiled mode**, it routinely reaches **3–10 million evaluations per second**.
6+
The normal mode routinely does about **3-10 million evaluations per second** while the new Turbo mode easily peaks at about **10 million to 90 million evaluations per second**.
77

88
It goes far beyond basic parsing — offering **symbolic differentiation**, **resilient numerical integration**, **full matrix algebra**, **statistics**, **equation solving**, **user-defined functions**, **2D graphing**, and more — all in one lightweight, cross-platform library.
99

0 commit comments

Comments
 (0)