pub fn should_use_map_reduce(
diff: &str,
config: &CommitConfig,
counter: &TokenCounter,
) -> boolExpand description
Check if map-reduce should be used Always use map-reduce except for:
- Explicitly disabled in config
- Very small diffs (≤3 files) where overhead isn’t worth it