Skip to content

Commit 9f006d6

Browse files
author
Emil Forslund
authored
Update README.md
1 parent 5ca5f63 commit 9f006d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The library uses a Builder Pattern for the array classes. When the builder is fi
55
* Special implementation for empty arrays
66
* Small arrays are backed by an OnHeap array (regular `long[]`, `int[]`, etc)
77
* 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
8+
* Very large arrays (more than 2^26 elements) are backed by a number of direct buffers
99
* If all values fit a smaller primitive, they will be warped (`long` to `int`, `int` to `short` etc)
1010

1111
## Features

0 commit comments

Comments
 (0)