Y
Hacker News
new
|
ask
|
show
|
jobs
by
hprotagonist
2666 days ago
Still often the simplest way to get parallel computation in python, sadly.
2 comments
bonoboTP
2666 days ago
The multiprocessing module is pretty good in Python.
link
srean
2666 days ago
Not in my experience. Has edge cases, especially on windows. Its understandable though, if you look under the covers there is a huge amount of complexity there.
link
zaphirplane
2666 days ago
Logging was lost last time I tried it
link
ZeroCool2u
2666 days ago
Has this issue recently. Turns out there's a great library for this specifically.
https://github.com/jruere/multiprocessing-logging
link
hprotagonist
2665 days ago
pickle is gross.
link
black-tea
2666 days ago
It's often they only way you really need.
link