Is Cython faster than CPython?
For most things, yes. For example, Cython can compile most of pybench by now, and runs it more than 30% faster in total, while being 60-90% faster on control structures like if-elif-else and for-loops. We regularly run the tests from the CPython benchmark suite and many of them work out-of-the-box without modifications. See the latest results.