Hacker News new | ask | show | jobs
by cjalmeida 3060 days ago
Every time I thought I needed einsum or similar arcane ops, I found that a Numba optimization for loop did the job.
1 comments

Numba is nice, but it's another large dependency to pull in. If I can avoid it I will.