re-wrote the tool to use rayon instead of tokio for multitheading, its

way faster now. Also worked on filtering out noise.
This commit is contained in:
2026-07-17 13:27:51 -05:00
parent df9c8899b2
commit 256d6e68bc
4 changed files with 610 additions and 1178 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ edition = "2024"
[dependencies]
clap = { version = "4.5.41", features = ["derive"] }
colored = "3.0.0"
tokio = { version = "1.48.0", features = ["full"] }
crossbeam = "0.8.4"
rayon = "1.12.0"
walkdir = "2.5.0"
[profile.release]