parallelization improvements

This commit is contained in:
sreedevk
2025-07-12 20:21:44 +00:00
parent 1b06eb8e85
commit 4a6aadb78e
8 changed files with 205 additions and 169 deletions

View File

@@ -29,6 +29,7 @@ prettytable-rs = "0.10.0"
rayon = "1.6.1"
serde = { version = "1.0.192", features = ["derive"] }
serde_json = "1.0.108"
threadpool = "1.8.1"
unicode-segmentation = "1.10.0"
[profile.release]