Hacker News new | ask | show | jobs
by fred123 1211 days ago
SIMD, multithreading, better handling of NaN, maybe other factors.
1 comments

Numpy uses SIMD too.
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.