Re: A new binary build available soon
Posted by
gouessej on
Feb 08, 2021; 10:36pm
URL: https://forum.jogamp.org/A-new-binary-build-available-soon-tp4038575p4041013.html
Hello
I reduced the memory footprint of many hashCode() methods and I updated the binary build about half an hour ago. Before my changes, lots of wrapper objects were created just to pass a primitive number to the main method that computed the hash codes. The hash codes should be the same.
I'll probably add a property to allow disabling/enabling the use of a single representation for zero.