kobalicek / mathpresso

Mathematical Expression Parser and JIT Compiler
Other
141 stars 16 forks source link

Comparasion to other libraries #10

Closed joelmo closed 4 years ago

joelmo commented 7 years ago

There is a benchmark project (https://github.com/ArashPartow/math-parser-benchmark-project). It would be interesting to see how mathpressos performance compares to others.

kobalicek commented 7 years ago

Well, I don't have time atm to add mathpresso there, but anybody willing is welcome.

Mathpresso will be most probably similar to all other engines that use JIT.