Skip to main content

Module state

Module state 

Source
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.