Comment on An open-source Python implementation using JIT techniquesparentComments−sanxiyn12yHence PyPy people rewriting CPython's C extensions in Python to make them fast. For example, rewriting JSON encoding from C to Python resulted in a decent speedup.http://morepypy.blogspot.com/2011/10/speeding-up-json-encodi...
Comments
Hence PyPy people rewriting CPython's C extensions in Python to make them fast. For example, rewriting JSON encoding from C to Python resulted in a decent speedup.
http://morepypy.blogspot.com/2011/10/speeding-up-json-encodi...