remove old TODO about parallelism

This commit is contained in:
Trevor Bentley
2023-01-20 02:32:54 +01:00
parent c257ba12f0
commit 691d70c906
-2
View File
@@ -841,8 +841,6 @@ impl GitsyGenerator {
atomic_bytes.fetch_add(bytes, Ordering::SeqCst);
}
// TODO: parallelize the rest of the processing steps. This one is
// done first because syntax highlighting is very slow.
let files: Vec<&GitFile> = parsed_repo.all_files.iter().filter(|x| x.kind == "file").collect();
let atomic_repo_bytes: AtomicUsize = AtomicUsize::new(repo_bytes);
let repo_path = repo