Skip to content

Commit d57ea19

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

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,4 +1,5 @@
11
# Immutable Array
2+
[![Javadocs](http://javadoc.io/badge/com.github.pyknic/immutable-array.svg)](http://javadoc.io/doc/com.github.pyknic/immutable-array)
23
Read-only primitive Java arrays backed by Direct Buffers and indexed using 64-bit indexes
34

45
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)