You're at: Home » Browse » Conferences » Froscon » 2010 » HiPHoP for PHP

HiPHoP for PHP



HipHop transforms PHP source code into highly optimized C++ and then compiles it using g+. It allows developers to continue writing complex logical directly with PHP but leverages the speed benefits of C+. HipHop is more than just a theoretical exercise and currently powers the majority of Facebook servers. This session will cover using HipHop and some of the code changes required to use it.