kPHP doesn't support all of the PHP features - there is no OOP for example. They claim [0] though that kPHP is faster than its competitors. Unfortunately, it seems the documentation is currently available only in Russian. [0] - http://habrahabr.ru/company/vkontakte/blog/214877/ (it's in Russian, I used Google Translate)
VK.com's PHP accelerator – kPHP source code
11–20 of 27 posts
Re: VK.com's PHP accelerator – kPHP source code
#12Earlier quoted context omitted.
given one completely ripped the other off - probably similar?
which copied which?
Re: VK.com's PHP accelerator – kPHP source code
#13kPHP doesn't support all of the PHP features - there is no OOP for example. They claim [0] though that kPHP is faster than its competitors. Unfortunately, it seems the documentation is currently available only in Russian. [0] - http://habrahabr.ru/company/vkontakte/blog/214877/ (it's in Russian, I used Google Translate)
> there is no OOP So basically it doesn't support 95% of all PHP code written in the past decade?
Re: VK.com's PHP accelerator – kPHP source code
#14Earlier quoted context omitted.
which copied which?
Nice downvotes. Someone doesn't like the truth. VK basically ripped Facebook verbatim. Now Telegram or whatever its called. They are basically the Russian version of the Samwer brothers.
If this project is not based on the source code of HHVM there is no way a conclusion can be made about its features or performance compared to HHVM, regardless of any relation between VK and FB.
Re: VK.com's PHP accelerator – kPHP source code
#15Re: VK.com's PHP accelerator – kPHP source code
#16kPHP doesn't support all of the PHP features - there is no OOP for example. They claim [0] though that kPHP is faster than its competitors. Unfortunately, it seems the documentation is currently available only in Russian. [0] - http://habrahabr.ru/company/vkontakte/blog/214877/ (it's in Russian, I used Google Translate)
Re: VK.com's PHP accelerator – kPHP source code
#17Re: VK.com's PHP accelerator – kPHP source code
#18Sounds like HipHop, Facebook's PHP->C++ translator. http://en.wikipedia.org/wiki/HipHop_for_PHP Anyone know how they compare?
HipHop compiles the script natively, while KittenDB seems to converts to C++ and then compiles it. KittenDB seems to have fewer dependencies, meaning it's likely to be less feature rich. This could be down to the fact that HipHop is actually a full stack, while this is just the interpretation layer. I'm finding it difficult to find any more details because the documentation is in Russian. I'm interested in the fact t…
Re: VK.com's PHP accelerator – kPHP source code
#19kPHP doesn't support all of the PHP features - there is no OOP for example. They claim [0] though that kPHP is faster than its competitors. Unfortunately, it seems the documentation is currently available only in Russian. [0] - http://habrahabr.ru/company/vkontakte/blog/214877/ (it's in Russian, I used Google Translate)
> there is no OOP So basically it doesn't support 95% of all PHP code written in the past decade?
Edit: 100M active users, 230M users.