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:
+2
-1
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user