Expand description
Index reader โ the mmap-based query-time interface.
Fast, zero-copy access to the index data.
Structsยง
- CdxBlock
Entry - One entry in the CDX block index: first trigram key + absolute block offset.
- File
Info - Metadata about a single file known to the index.
- Reader
- Index reader โ mmaps the shard file for zero-copy lookups.
- Shard
Metadata - Lightweight snapshot of shard-level metadata (no mmap needed).
- Trigram
Info - Descriptor pointing into the trigram table for a single trigram.