omsn
- Karma
- 38
- Created
- September 4, 2012 (13y ago)
- Submissions
- 0
- C++, GNU Make and External Libraries (omsn.de)
- 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…