Skip to content

1.0.1 Release

Compare
Choose a tag to compare
@Pyknic Pyknic released this 17 Nov 01:25
· 14 commits to master since this 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