Hacker News new | ask | show | jobs
by fijal 4780 days ago
Cython isn't able to compile all Python. It definitely can compile a large subset of Python, but certainly not all of it. I don't actually know how fast the compiled Cython is - in my (very limited) experience, if you don't provide types, it's not a massive speedup over CPython.