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