reddb-io-server 1.7.0

RedDB server-side engine: storage, runtime, replication, MCP, AI, and the gRPC/HTTP/RedWire/PG-wire dispatchers. Re-exported by the umbrella `reddb` crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! Scalar TurboQuant vector indexing.
//!
//! MIT notice: this module is a clean-room RedDB implementation of the
//! TurboQuant surface described by PRD #668. The blocked-by-32
//! encoded-codes layout follows the upstream turbovec design (ADR 0024,
//! RyanCodrai/turbovec MIT); no upstream SIMD source is copied.

pub mod assigner;
pub mod codebook;
pub mod codec;
pub mod extent;
pub mod index;
pub mod rotation;
pub mod scoring;
pub mod snapshot;
pub mod storage;