Y
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
gh02t
3060 days ago
Numba is nice, but it's another large dependency to pull in. If I can avoid it I will.
link