AmrDeveloper / ClangQL

ClangQL is a tool that allow you to run SQL-like query on C/C++ Code instead of database files using the GitQL SDK
https://crates.io/crates/clangql
MIT License
491 stars 8 forks source link

Improve Visiting multi files in parallel #5

Open AmrDeveloper opened 7 months ago

AmrDeveloper commented 7 months ago

Currently the DataProvider work with files one by one but we can change this to work in parallel so we can go faster