introduced parallel processing of iterator with rayon

This commit is contained in:
2025-07-16 02:35:57 +02:00
parent 316274891a
commit e1555e1432
5 changed files with 283 additions and 32 deletions

View File

@@ -7,4 +7,6 @@ edition = "2021"
clap = { version = "4.5.41", features = ["derive"] }
fuzzt = "0.3.1"
levenshtein = "1.0.5"
num_cpus = "1.17.0"
rayon = "1.10.0"
regex = "1.11.1"