Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Python numerical libraries links to LAPACK/BLAS/etc because that's how people used to do scientific computing before Python. Also for scientific computing you're mostly CPU bound which means that no one would use Python if the libraries were slower than Fortran or C. But big data problems are different in the sense that you're typically bound by IO, so while it certainly helps to have fast code it wouldn't be the first problem you'd want to solve.


I would say they link to LAPACK/BLAS because there's nothing to touch the combination of speed and robustness they provide.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: