Pool.map is Handy.

Pool.map is Handy.

Processes and queues are the way to go to scale software performance. But I also recently found out about pool.map, which allows you to write less code (you don’t have to do anything with Queue) and get similar effects. The basic usage is pool.map(some_func,...