Skip to main content

Module parallel

Module parallel 

Source
Expand description

Parallel file scanning using Rayon.

When scanning large codebases the I/O and parsing work can be distributed across multiple threads. This module provides a thin wrapper around rayon that parallelizes the per-file matching step.

Structs§

FileResult
Result of scanning a single file in parallel.

Functions§

scan_files_parallel
Scan a batch of files in parallel using Rayon’s thread pool.