Home  >  Article  >  Backend Development  >  Implementing PHP language using PyPy technology: HippyVM

Implementing PHP language using PyPy technology: HippyVM

WBOY
WBOYOriginal
2016-07-25 09:12:411133browse
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:

Implementing PHP language using PyPy technology: HippyVM

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



Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn