Joe Soltzberg

68%
Flag icon
A sad coda to this story is that BigInteger has changed little since then, with the exception of faster multiplication for large numbers in Java 8. In that time, work continued apace on native libraries, notably GNU Multiple Precision arithmetic library (GMP). Java programmers in need of truly high-performance multiprecision arithmetic are now justified in using GMP via native methods [Blum14].
Joe Soltzberg
Hmmm why haven't they fixed this. Seems like a big use case?
Robert
· Flag
Robert
Probably because it's among the specialized needs that they realized is best left to experts. Java can focus on the low-level, making the language and JVM better, and can leave higher-level needs to e…
Effective Java
Rate this book
Clear rating
Open Preview