Conversation
…yet imported. See TurboJet.java
…apable of handling both complex scalar calculus and heavy linear algebra with minimal GC pressure
…erNG's full suite of functions with sub 100ns latency
…ctions like tri_mat(M) and replacing them with anon1, anon2 etc. This is a breaking change. ParserNG will henceforth not accomodate that behaviour again
…rking 20 times faster
…les into Integration class
…or oscillatory functions faile
…ation-on-segments error
|
The GHAs are not running ("billing issue" .. how come on personal account?). Manual testing went fine? How about mvn release?-) |
|
Hi @judovana, I had some time on my hands, so I decided to fulfill my promise on updating ParserNG for speed. The Turbo Mode: And yes MethodHandles are really something in JDK 17+ The tests: |
|
As to the measurements, I am targeting another release soon. |
ParserNG, in this series of commits has been given a turbo mode which is enabled by the usage of MethodHandles.
This turbo mode has 2 parts: One for Matrix Algebra and one for scalar computations, statistics and variable arithmetic etc.