Post History
If you're not required to use the standard cpython implementation of python, you can usually get a significant speed increase by running your code with PyPy.
Answer
If you're not required to use the standard cpython implementation of python, you can usually get a significant speed increase by running your code with PyPy.