Copied from /r/php (care of http://www.hhvm.rocks ): dev@aerilon ~/dev $ php --version PHP 5.5.20-pl0-gentoo (cli) (built: Dec 22 2014 13:44:21) dev@aerilon ~/dev $ hhvm --version HipHop VM 3.5.0-dev (rel) dev@aerilon ~/dev $ php memusage.php 13.97 MBs [14649088 bytes] dev@aerilon ~/dev $ hhvm memusage.php 2 MBs [2097152 bytes] So basically this implementation still uses 100% more RAM (hhvm is 64bit) by default compa…
The funny thing 5.5 isn't even the current stable version of PHP, which is 5.6. Let alone the whole post is about PHP 7. It's like you're not even paying attention, just doing the whole post for the last phrase.
dev@aerilon ~/dev $ hhvm memusage.php
2 MBs [2097152 bytes]
That is using the same benchmark that nikic is using, and it's using half the RAM of her PHP 7 example.Please try and be less apologistic and use some reading comprehension. It makes you look more intelligent and puts less stress on other people to accommodate your intellectual laziness.