Expand description
Journal file indexing infrastructure.
This module provides infrastructure for indexing journal files:
- Batch parallel indexing with time budget enforcement
- Cache builder for file indexes
Structs§
- File
Index Cache Builder - Builder for constructing a FileIndexCache with custom configuration.
Functions§
- batch_
compute_ file_ indexes - Batch computes file indexes in parallel using rayon, with cache checking and time budget enforcement.