Expand description
State primitives — StateTable, StateMap, ContextMap for bit-level state tracking.
Phase 2: 256-state bit history machine + adaptive state→probability mapping. Phase 3: ContextMap — lossy hash table for higher-order context models.
Re-exports§
pub use context_map::AssociativeContextMap;pub use context_map::ChecksumContextMap;pub use context_map::ContextMap;pub use state_map::StateMap;pub use state_table::StateTable;
Modules§
- context_
map - ContextMap – hash table mapping context hashes to states.
- state_
map - StateMap – adaptive state-to-probability mapper.
- state_
table - StateTable — PAQ8-style 256-state bit history machine.