Skip to content

speed-upgrade-03

Choose a tag to compare

@gbenroscience gbenroscience released this 28 Apr 10:27
· 158 commits to master since this release

Full Changelog: v0.2.2...v0.2.3
Comes with couple microsecond (on decent hardware and) expression solving ability while maintaining its full feature stack. Graphing feels butter-smooth and iterations shouldn't feel so iterative.

At 5 microsecond, moderately complex expressions such as

String s6 = "5sin(3+2)/(43-2)";
can be evaluated almost 200 thousand times per second.

The model of a Matrix has also been optimized to use a 1D array internally. This makes it faster due to memory locality of Matrix data.

Also, we support eigenvalues and eigenvectors as inbuilt methods, so enjoy!

Full Changelog: v0.2.2...v0.2.3