Description
It was demonstrated that PHP-based framework can beat many frameworks with async, see here:
https://www.http-arena.com/leaderboard/#v=composite&res=mem
It should be noted in the past, during techempower benchmark, actix is among the top contenders in web performance, but in httparena, php async framework scored higher with async/coroutine, while php is not entirely a framework, native async/coroutine is a promising potential
RFC: https://wiki.php.net/rfc/true_async
Source: https://github.com/true-async/php-async
Description
It was demonstrated that PHP-based framework can beat many frameworks with async, see here:
https://www.http-arena.com/leaderboard/#v=composite&res=mem
It should be noted in the past, during techempower benchmark, actix is among the top contenders in web performance, but in httparena, php async framework scored higher with async/coroutine, while php is not entirely a framework, native async/coroutine is a promising potential
RFC: https://wiki.php.net/rfc/true_async
Source: https://github.com/true-async/php-async