Hello.
With release of PHP 7 (now php-ng) all the classic PHP frameworks will work faster by optimizing of PHP.
Tell me please whether this same acceleration of projects written in Phalcon, after switching to PHP 7?
Thank you.
Kind regards.
Phalcon is not an accelerator for PHP or projects written in PHP. Phalcon is a framework that implements its functionality using a low-level language that is C, exporting this functionality as classes and methods that can be used from PHP, the opportunities we are pursuing are:
Phalcon relies on several internal design aspects of PHP such as memory management, garbage collection and its internal structures. The improvement of any of these aspects have a positive impact on Phalcon's performance as well in PHP.
@andresgutierrez
I think we need to create FAQ document...
Most helpful comment
Phalcon is not an accelerator for PHP or projects written in PHP. Phalcon is a framework that implements its functionality using a low-level language that is C, exporting this functionality as classes and methods that can be used from PHP, the opportunities we are pursuing are:
Phalcon relies on several internal design aspects of PHP such as memory management, garbage collection and its internal structures. The improvement of any of these aspects have a positive impact on Phalcon's performance as well in PHP.