1.0.1 Release
First stable release!
Features
- 64-bit indexing
- Thread-safe (after build() has been called)
- Immutability using a Builder pattern
- Booleans are stored as efficient bitmaps
- Backing structure is decided depending on the data
- Allocated buffers are cleared as soon as they are no longer used (no need to wait for GC)
Supported Types
The following interfaces are part of the API:
BooleanImmutableArray
ByteImmutableArray
DoubleImmutableArray
FloatImmutableArray
IntImmutableArray
LongImmutableArray
ShortImmutableArray