|
|
|
|
|
by cl3misch
827 days ago
|
|
No. The problem in this post can be vectorized (== expressed as array OPs) with idiomatic numpy, making it very fast (see sibling comment). Numba is designed to speed up code where looping is unavoidable, i.e. the code can't be (easily) expressed as array OPs. |
|