Skip to main content

Module builder

Module builder 

Source
Expand description

Index builder โ€” the complete pipeline from files to .ix shard.

Phase 1: Discovery (walk directory, respect .gitignore) Phase 2: Scan (mmap, check binary, extract trigrams, bloom filter) Phase 3: Serialize (write sections, compute CRCs, atomic rename)

Structsยง

BuildStats
Accumulated metrics collected during a build run.
Builder
Index builder โ€” orchestrates the full pipeline from file discovery to shard serialization.