A small group of developers at facebook has programmed a compiler that converts php code into C programs. They named it "Hip Hop" (
) and say it reduces the CPU load by 50%.
https://github.com/facebook/hiphop-php
Anybody tried it out? Sounds very interesting!
) and say it reduces the CPU load by 50%.
HipHop is a source code transformer which transforms PHP source code into highly optimized C++ and then compiles it using g++.
Anybody tried it out? Sounds very interesting!

Comment