Home > Article > Backend Development > Implementing PHP language using PyPy technology: HippyVM
HippyVM is an implementation of the PHP language using PyPy technology. HippyVM is on average 7.3x faster than PHP and 2x faster than Facebook’s HHVM. 100% compatible with Zend PHP. PyPy’s mature technology ensures a high level of stability. Can be used as a bridge to call Python from PHP. Performance comparison: PyPy is a Python interpreter implemented in Python. PyPy is a project created by Python developers for better Hack Python. In addition, PyPy is more flexible than CPython and is easy to use and experiment to develop implementation methods for specific functions in different situations, which can be easily implemented. The goal of this project is to make PyPy more easily adaptable to various projects and tailorable than Python implemented in C. Project homepage: http://www.open-open.com/lib/view/home/1395718306056 |