Re-exports§
pub use bundle::BundleAccumulator;pub use error::MemoryError;pub use error::Result;pub use hyperdim::HVec10240;pub use hyperdim::batch_cosine_similarity;pub use hyperdim_binary::BHVec10240;pub use hyperdim_ops::Hypervector;
Modules§
- bundle
- Incremental bundle accumulator for streaming/sliding-window memory.
- bundle_
simd - SIMD-optimized operations for BundleAccumulator.
- encoder
- Text-to-Hypervector Encoding using Hyperdimensional Computing (HDC) principles.
- error
- Error types for chaotic semantic memory
- hyperdim
- Hyperdimensional computing primitives
- hyperdim_
batch - hyperdim_
binary - Binary Hypervectors (ADR-0075)
- hyperdim_
ops - Hyperdimensional computing operations and trait abstractions.
- hyperdim_
serde - Serde Serialize/Deserialize implementations for HVec10240.
- hyperdim_
simd - SIMD-optimized hypervector operations.
- hyperdim_
simd_ bundle - SIMD-optimized hypervector bundle operations.
- prelude
- reservoir
- Echo State Network for temporal dynamics.
- reservoir_
chaotic - Chaotic reservoir wrapper for temporal dynamics.
- reservoir_
inertial - Inertial reservoir extension (ADR-0064).
- reservoir_
sparse - Compact sparse row storage (CSR-like) for fast row-wise dot products.