Base configuration for creating string-based fractional indexing utilities.
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.
Base configuration for creating string-based fractional indexing utilities.
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.