dustin/graphex

Parallelize `graphex cabal`

ramirez7 opened this issue · 0 comments

It is single-threaded currently. For each module found from the cabal file it:

  • Checks if it exists
  • Parses imports from each file

Seems embarrassingly parallel to me