PHP twice as fast? Has anyone used this, yet?
Firefox Wins Offline
Member
***
Posts: 164
Joined: Mar 2008
Post: #1
PHP twice as fast? Has anyone used this, yet?
This is a PHP compiler that gives over 2x speed improvements...

Anyone here heard of 'HPHP' / or used it yet?
  • 2x faster, really?


Edit: FYI:
The fact there are so many PHP compilers illustrates a point – the mainstream PHP implementation (Zend) is inherently a sub-optimal design. It isn't multi-threaded, which means it relies on multiple processes to dispatch requests – which means a lot more memory and process juggling than you'd ideally have...
~same source
(This post was last modified: 10-08-2010 03:44 PM by Firefox Wins.)
10-08-2010 03:39 PM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
PHP twice as fast? Has anyone used this, yet? - Firefox Wins - 10-08-2010 03:39 PM

 Standard Tools
Forum Jump: