PagedMutable
A PagedMutable. This class slices data into fixed-size blocks which have the same number of bits per value. It can be a useful replacement for PackedInts.Mutable to store more than 2B values.
Constructors
Link copied to clipboard
Create a new PagedMutable instance.
Properties
Functions
Link copied to clipboard
Similar to ArrayUtil.grow.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Return the memory usage of this object in bytes. Negative values are illegal.
Link copied to clipboard
Create a new copy of size newSize based on the content of this buffer. This method is much more efficient than creating a new instance and copying values one by one.