neo4j / apoc

Apache License 2.0
81 stars 27 forks source link

[NOID] Remove commons math3 #601

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.

loveleif commented 6 months ago

/generateLicenses