HipHop VM: now at 98.5% PHP framework parity, 16% faster
1–10 of 112 posts
Re: HipHop VM: now at 98.5% PHP framework parity, 16% faster
#2Is the 15% performance increase relative to vanilla PHP or to a previous version of HHVM?
Re: HipHop VM: now at 98.5% PHP framework parity, 16% faster
#3I'm not sure I understand. Is this the framework that "compiles" PHP? Is the 15% performance increase relative to vanilla PHP or to a previous version of HHVM?
Re: HipHop VM: now at 98.5% PHP framework parity, 16% faster
#4I'm not sure I understand. Is this the framework that "compiles" PHP? Is the 15% performance increase relative to vanilla PHP or to a previous version of HHVM?
The 15% increase is relative to HHVM at the beginning of the 3-week sprint they just completed. HHVM was already far faster than vanilla PHP when it was first publicly announced over a year ago.
Re: HipHop VM: now at 98.5% PHP framework parity, 16% faster
#5Re: HipHop VM: now at 98.5% PHP framework parity, 16% faster
#6Re: HipHop VM: now at 98.5% PHP framework parity, 16% faster
#7Re: HipHop VM: now at 98.5% PHP framework parity, 16% faster
#8Re: HipHop VM: now at 98.5% PHP framework parity, 16% faster
#9Other than Facebook, does anybody have HipHop running in production? Any big caveats?
I'm pretty happy with it. Is it worth it? Well, if you've got a test suite, run it through HHVM to see if you'll have any issues. If the answer is no, then why turn down free performance :)
Re: HipHop VM: now at 98.5% PHP framework parity, 16% faster
#10I'm not sure I understand. Is this the framework that "compiles" PHP? Is the 15% performance increase relative to vanilla PHP or to a previous version of HHVM?
HipHop was the PHP -> C++ compiler. HHVM is a JIT-compiled implementation of PHP. The 15% increase is relative to HHVM at the beginning of the 3-week sprint they just completed. HHVM was already far faster than vanilla PHP when it was first publicly announced over a year ago.