Why is Python slow « Kevin’s blog



Why is Python slow. In case you missed it, Marius recently wrote a post on the Pyston blog about our baseline JIT tier. Our baseline JIT sits between our interpreter tier and our LLVM JIT tier, providing better speed than the interpreter tier but lower startup overhead than the LLVM tier.
Why is Python slow « Kevin’s blog

 

Raony Guimaraes