The Memory Estimator

https://lemire.me/blog/2022/11/22/what-is-the-size-of-a-byte-array-in-java Came across this blog post by Daniel Lemire. It's not his most interesting or informative post, but made me remember a little utility I wrote many years ago. MemoryEstimator…

Continue ReadingThe Memory Estimator

ojAlgo v52

ojAlgo v52.0.0 has been released! It is the first release to require Java 11. org.ojalgo.array The array package now support "arrays" of any primitive numeric type. In particular support for…

Continue ReadingojAlgo v52