Skip to main content

Module posting

Module posting 

Source
Expand description

Posting list encode/decode (delta + varint + ZSTD compression).

Compact representation of (file_id, offsets) for a single trigram. ZSTD compression provides ~60-70% size reduction on posting data.

Structs§

PostingEntry
One file’s hit data within a posting list.
PostingList
A collection of per-file posting entries for a single trigram.