[][src]Module hilbert::interleaver

Structs

Interleaver

Precompute some intermediate values and lookup tables that are needed when interleaving a vector to form the bytes that will be built into a BigUint Hilbert Index. This structure maps each bit from each u32 dimension in the input to a corresponding bit and byte in the output.