ThreeSixtyGiving / datagetter

Scripts to download data from http://registry.threesixtygiving.org
MIT License
1 stars 1 forks source link

get: Use the main multiprocessing pool for multiprocess vs multithreads #28

Closed michaelwood closed 2 years ago

michaelwood commented 2 years ago

Due to the fact we have no problem with concurrency of data access we can easily convert this process to use multiprocessing rather than multi threaded.

michaelwood commented 2 years ago

Significant improvement of performance of datagetter