top | item 10828663

(no title)

tadlan | 10 years ago

Use numba to compile python loops or array expressions to fast llvm, and problem solved. I'm sticking with python.

discuss

order

bionsuba|10 years ago

Considering that in the benchmarked example, only one like of Numpy code was used which already uses compiled C, I have a hard time believing that that would catch up to using all compiled code.

tadlan|10 years ago

Numbs compiles entire functions on and allows array expressions with allocation and loop fusion. I don't see the problem