Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Memory

The memory package provides persistent and in-memory storage for hypervectors with semantic indexing and near-neighbor search.

The core abstraction is a Chunk — an immutable identity (Sparkle) paired with a mutable semantic code (any HyperBinary). Chunks are stored in a Substrate (pluggable storage backend), queried via ChunkSelectors, and created via ChunkProducers.

SectionDescription
ChunkThe fundamental storage unit
Substrate & ViewsStorage backends and transactional views
SelectorsQuery builders for reading chunks
ProducersWrite builders for creating chunks
Last change: , commit: 4532a28