MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / parallel.rs

File parallel.rs

atomic-cli/src/commands/git/parallel.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1//! Parallel git import pipeline using rayon for concurrent commit parsing.
2//!
3//! This module provides [`ParallelImporter`], which distributes the expensive
4//! git reading and diffing work across all available CPU cores using rayon's

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected