mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
Parallelize extraction
Use the Rayon library to do parallel iteration over the file list. The number of threads used respects the CODEQL_THREADS environment variable.
This commit is contained in:
@@ -14,3 +14,5 @@ tree-sitter-ruby = { git = "https://github.com/tree-sitter/tree-sitter-ruby.git"
|
||||
clap = "2.33"
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = { version = "0.2", features = ["env-filter"] }
|
||||
rayon = "1.5.0"
|
||||
num_cpus = "1.13.0"
|
||||
|
||||
Reference in New Issue
Block a user