Conversation

After nearly a decade of frustration with Python's multiprocessing library, I recently tried and it's fantastic! I am using essentially none of its features (just a parallel map over some parameter ranges + shared read-only input buffers), but it's so much nicer.
1
32
Replying to
I like it too but failed to find patterns/examples to do a multi-stage map eg pipeline w queues. Maybe that's what the new Dataset api addresses...
1
1
Show more replies