Hacker News new | ask | show | jobs
by ddejohn 1211 days ago
Numpy uses SIMD too.
1 comments

Exactly why I asked, Numpy is already pretty optimized on ..ahem.. numerical operations.

Maybe some optimization on multithreading

Still I am reasonably sure Numpy utilizes multithreading already. https://in.nau.edu/arc/parallelism-in-python

And here we assume there are no NaNs.

So something else.