Skip to main content

Module manifest

Module manifest 

Source
Expand description

File ingestion manifest with bounded retention.

Tracks which files have been ingested across checkpoints. Uses a two-tier approach: an active HashMap for exact deduplication of recent files, and a Bloom filter ([xorf::Xor8]) for probabilistic dedup of evicted entries.

Structsยง

FileEntry
Metadata for a single ingested file.
FileIngestionManifest
Tracks ingested files with bounded retention.