Hacker News new | ask | show | jobs
by d0mine 610 days ago
It is nonsense that numpy can't use multiple cores. Matrix multiplication in numpy is largely C/Fortran code (BLAS, etc) where GIL can be released.

https://stackoverflow.com/questions/75029322/does-numpy-use-...