Skip to main content

Module indexing

Module indexing 

Source
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§

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