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.
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.