Arrays based on MemmapSlice objects are resizable. As soon as they're resized, the slice becomes associated with a purely RAM based buffer. Resizing a slice affects the parent Memmap.
>>> a.resize(6) array([1, 1, 1, 1, 1, 1], type=Int32)
Send comments to the NumArray community.