Skip to main content
Became Hot Network Question
edited title
Link

Complex abs Fast complex absolute argmax in Cython

added 137 characters in body
Source Link

The following Numba achieves 108 µs, very satisfactory, though I'm interested in why Cython fails.

The following Numba achieves 108 µs, very satisfactory, though I'm interested in why Cython fails.

added 127 characters in body
Source Link

Here's the generated C code, just the function; the whole _optimized.c is 26000 lines.

Here's the generated C code, just the function; the whole _optimized.c is 26000 lines.

Source Link
Loading