Parallel processing

This commit is contained in:
2026-01-22 00:15:25 +01:00
parent 2d9f6eaa98
commit 946d0184a1
5 changed files with 256 additions and 17 deletions

View File

@@ -11,3 +11,5 @@ chrono = "0.4"
regex = "1"
flate2 = "1"
anyhow = "1"
rayon = "1"
crossbeam-channel = "0.5"