Comment by blattimwind
8 years ago
Just throwing Python code at Cython doesn't really improve performance all that dramatically, because it'll be doing pretty much the same thing as the bytecode interpreter, except that all the saucy special-cases are now unrolled many times across all code.
No comments yet
Contribute on Hacker News ↗