5 ms·
That was my hunch. > People always say "use numpy", but that is only possible if your algorithm can be described in terms of vectorized operations. For many ki
by steev 7y ago
That was my hunch.
> People always say "use numpy", but that is only possible if your algorithm can be described in terms of vectorized operations. For many kinds of processing, the only alternative is C/C++ (through Cython
Agreed