const ENCODING_SLOTS: usize = _; // 10usize
Bucket-based storage for decoder instances keyed by Encoding.
Encoding
This replaces HashMap lookups with direct indexing to avoid hashing overhead in the hot decoding paths.
HashMap