Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I haven't used them, but there are a variety of PHP compilers, like phc or Facebook's HipHop. I hear that they can really speed up PHP code.


I can't really tell from the phc page, but HipHop at least doesn't "speed up PHP code". It converts the code from PHP to C++. That isn't speeding up PHP, that's unraveling the PHP and respinning it as C++.


It's still speeding up PHP by compiling it, it's just using C++ as an (extra) intermediate representation.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: