We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ca5f63 commit 9f006d6Copy full SHA for 9f006d6
README.md
@@ -5,7 +5,7 @@ The library uses a Builder Pattern for the array classes. When the builder is fi
5
* Special implementation for empty arrays
6
* Small arrays are backed by an OnHeap array (regular `long[]`, `int[]`, etc)
7
* Medium sized arrays are backed by a single `DirectBuffer`
8
-* Very large arrays (more than can be indexed with a 32-bit int) are backed by a number of direct buffers
+* Very large arrays (more than 2^26 elements) are backed by a number of direct buffers
9
* If all values fit a smaller primitive, they will be warped (`long` to `int`, `int` to `short` etc)
10
11
## Features
0 commit comments