multiprocessing shows no benefit

Jason jasonhihn at gmail.com
Wed Oct 18 13:52:09 EDT 2017


I refactored the map call to break dict_keys into cpu_count() chunks, (so each f() call gets to run continuously over n/cpu_count() items) virtually the same results. pool map is much slower (4x)  than regular map, and I don't know why. 





More information about the Python-list mailing list