Big arrays in Java (omsn.de)
Java's built-in arrays have one limitation: you cannot create arrays which can hold more than Integer.MAX_VALUE elements. This might be sufficient for most use cases, but if you want to do some big data computations, it might become necessary to hold more than ~2.4 billion elements.
0 comments
[ 1.8 ms ] story [ 9.4 ms ] threadNo comments yet.