Skip to main content

Module reader

Module reader 

Source
Expand description

Index reader โ€” the mmap-based query-time interface.

Fast, zero-copy access to the index data.

Structsยง

CdxBlockEntry
One entry in the CDX block index: first trigram key + absolute block offset.
FileInfo
Metadata about a single file known to the index.
Reader
Index reader โ€” mmaps the shard file for zero-copy lookups.
ShardMetadata
Lightweight snapshot of shard-level metadata (no mmap needed).
TrigramInfo
Descriptor pointing into the trigram table for a single trigram.