Directories
¶
| Path | Synopsis |
|---|---|
|
Package btree implements an embedded, crash-safe, ordered key-value database engine in pure Go, closely following SQLite's design for the B-tree, pager, WAL, and transaction subsystems.
|
Package btree implements an embedded, crash-safe, ordered key-value database engine in pure Go, closely following SQLite's design for the B-tree, pager, WAL, and transaction subsystems. |
|
Package fts implements the lexical full-text-search layer of any-store.
|
Package fts implements the lexical full-text-search layer of any-store. |
|
Package simd is any-store's single home for vector distance math.
|
Package simd is any-store's single home for vector distance math. |
|
asm
asm only has amd64 specific implementations at the moment
|
asm only has amd64 specific implementations at the moment |
|
Package vecf holds the float32-vector storage helpers shared by internal/vindex and internal/vivf: unsafe f32<->byte reinterpretation and the int8 offset-binary scalar-quantization core.
|
Package vecf holds the float32-vector storage helpers shared by internal/vindex and internal/vivf: unsafe f32<->byte reinterpretation and the int8 offset-binary scalar-quantization core. |
|
Package vindex implements a btree-resident HNSW vector index for any-store.
|
Package vindex implements a btree-resident HNSW vector index for any-store. |
|
Package vivf is a Phase-0, in-RAM prototype of a btree-native IVF-PQ vector index (see vector/RESEARCH_IVFPQ_BTREE.md).
|
Package vivf is a Phase-0, in-RAM prototype of a btree-native IVF-PQ vector index (see vector/RESEARCH_IVFPQ_BTREE.md). |
Click to show internal directories.
Click to hide internal directories.