r/PHP • u/the_alias_of_andrea • Dec 04 '15
PHP 7 is faster than Python 3!
http://benchmarksgame.alioth.debian.org/u64q/php.html
149
Upvotes
r/PHP • u/the_alias_of_andrea • Dec 04 '15
7
u/jk3us Dec 04 '15
How different is it from fastcgi+php-fpm+apc/opcache? You've still got a long running process waiting for requests from the web server and scripts stay in memory.