Hacker News new | ask | show | jobs
by geysersam 902 days ago
If you need a really fast compiled inner loop then you can often implement it in Python using Numba. Using that you can easily implement something like sparse matrix multiplication in Python.