Y
Hacker News
new
|
ask
|
show
|
jobs
by
lyu07282
454 days ago
This seems all a bit misleading to beginners, if you have numerical cpu-bound work in Python what you should be doing is vectorize it, not parallelize.
https://www.geeksforgeeks.org/vectorized-operations-in-numpy...
1 comments
dkh
454 days ago
The point is that the use-case here is one where there is far more IO-bound work than CPU-bound.
link