Skip to content

Commit 4736469

Browse files
author
Emil Forslund
authored
Update README.md
1 parent d57ea19 commit 4736469

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Immutable Array
22
[![Javadocs](http://javadoc.io/badge/com.github.pyknic/immutable-array.svg)](http://javadoc.io/doc/com.github.pyknic/immutable-array)
3+
34
Read-only primitive Java arrays backed by Direct Buffers and indexed using 64-bit indexes
45

56
The library uses a Builder Pattern for the array classes. When the builder is finalized, an appropriate implementation of the interface is choosen to fit the data. Here are some optimizations that are done upon build:

0 commit comments

Comments
 (0)