Base configuration for binary fractional index implementations.
Defines the configuration for fractional indices represented using binary encoding, where indices are stored as byte arrays (Uint8Array).
Uint8Array
Binary indices generally provide more compact storage and efficient comparison operations compared to string-based alternatives.
Readonly
The type discriminator identifying this as a binary fractional index configuration.
Base configuration for binary fractional index implementations.
Defines the configuration for fractional indices represented using binary encoding, where indices are stored as byte arrays (
Uint8Array
).Binary indices generally provide more compact storage and efficient comparison operations compared to string-based alternatives.
See