ENCODING_SLOTS

Constant ENCODING_SLOTS 

Source
const ENCODING_SLOTS: usize = _; // 10usize
Expand description

Bucket-based storage for decoder instances keyed by Encoding.

This replaces HashMap lookups with direct indexing to avoid hashing overhead in the hot decoding paths.