Skip to main content

Module segment

Module segment 

Source
Expand description

Segment format and reading functionality.

Segments are immutable mmap-able files with SoA layouts for streaming SIMD.

Re-exports§

pub use reader::Segment;
pub use writer::SegmentWriter;
pub use format::*;

Modules§

bps
BPS (Block Projection Sketch) builder and utilities.
format
Segment binary format definitions.
rdf
RDF (Rare-Dominant Fingerprint) builder and posting list handling.
reader
Segment reader with mmap support.
rerank
Rerank builder and int8 quantization with outlier handling.
writer
Segment writer for building immutable segments.