neo4j / apoc

Apache License 2.0
81 stars 27 forks source link

[NOID] Remove commons math3 #598

Closed klaren closed 6 months ago

klaren commented 6 months ago

We only used a few methods from the library. Also, the FastMath that the library is built on claims to be faster and more accurate, but this is a lie in modern versions of Java. Performance will actually be worse since no intrinsics will be used.

CLAassistant commented 6 months ago

CLA assistant check
All committers have signed the CLA.

klaren commented 6 months ago

Replaced by https://github.com/neo4j/apoc/pull/601 since running CI on forks does not work.