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. |
|
Cool! Good work! The GHAs fails due to |
|
The account is not organizational in nature. |
|
I have many personal projects, am not using copilot, some of them have GHAs, and they just work:( I have never tried the copilot, so maybe it can indeed be the cause. That would still lead to ticket. Btw, I had recently issue with fork routing on projects - unlike same issue about year and half ago (when human took it and solved it)- it was handled by copilot and I was politely explained why it can not be solved. So brace yourself. |
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.