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