The Deployer

April 8, 2010

PHP on steroids – HipHop PHP

Filed under: PHP — Lucian Daniliuc @ 21:31

HipHop transforms your PHP source code into highly optimized C++ and then compiles it with g++ to build binary files. You keep coding in simpler PHP, then HipHop executes your source code in a semantically equivalent manner and sacrifices some rarely used features – such as eval() – in exchange for improved performance.

More info here:

Powered by WordPress