Add Rayon for parallel file checking
Some checks failed
Core Repos/Rack/pipeline/head There was a failure building this commit

Now we're almost entirely IO bound, rather than having to wait to
read and search through files one at a time.
This commit is contained in:
Cameron Cordes
2021-02-15 20:08:52 -05:00
parent 827aad57dc
commit 5bc72ec67d
3 changed files with 123 additions and 6 deletions

View File

@@ -7,6 +7,7 @@ edition = "2018"
[dependencies]
clap = "2.33.0"
term = "0.6.1"
rayon = "1.5.0"
[profile.release]
lto = true