Expand description
Functionality to mmap in-memory data regions.
Functions§
- Creates a (non-null)
BooleanArrayfrom a slice of bits. This does not have memcopy and is the fastest way to create aBooleanArray. - Creates a (non-null)
PrimitiveArrayfrom a slice of values. This does not have memcopy and is the fastest way to create aPrimitiveArray.