* A 0-indexed array derived with length n is derived by computing the bitwise XOR (⊕) of adjacent values in a binary array original of length n. * Specifically, for each index i in the range [0, n - 1 ...
A data type similar to ByteBuffer, but can read/write bits as well as bytes to improve throughput and allow for optional compression.