Let wingide do the API scraping process/analysing in parallel mode.
Hi,
For a virtualenv which have many packages installed, the API scraping process/analysing will be time-consuming. Say the following for my case,
$ pip list | wc
163 329 7630
In this case, the windide will take long time for analyzing the packages belong to the virtualenv, so I want to know whether can we let wingide utilize the multiple cores of the host for this job, i.e., done parallelly.
Regards
Comments