mingrammer/pyreportcard

Make analyzing faster

mingrammer opened this issue · 2 comments

Currently, analyzing the big projects is too slow, should make that more faster.

For caching, use pulling in cloned repository instead of comparing the latest commit hash by 'ls-remote' command, which is a little bit slow.

Run analyzing in parallel using multiprocessing package.