# Performance

In general, the current performance has not been specially optimized. I estimate that it is about 50% of the performance of CPython.

Because stack-based virtual machine is used, the performance is hard to reach Lua, where the latter is register-based.

With the optimizer in place, I think the performance of PkPy can reach 1-2 times that of CPython.