ClangQL icon indicating copy to clipboard operation
ClangQL copied to clipboard

Improve Visiting multi files in parallel

Open AmrDeveloper opened this issue 2 months ago • 0 comments

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

  • Read the DataProvider file and think how we can be faster and work in parallel.
  • Bench mark the performance while working on large files

AmrDeveloper avatar Apr 07 '24 19:04 AmrDeveloper