Fabien Potencier 445b706259 feature #2636 Improve performance by inlining constants (fabpot)
This PR was merged into the 2.x branch.

Discussion
----------

Improve performance by inlining constants

This one was suggested by @nicolas-grekas and it is similar to what we've done for the Symfony container. That improves performance **a lot**. Combined with my previous pull request, method calls are now twice as fast as the current stable 2.x release.

Commits
-------

6a946960 improved performance by inlining constants
2018-03-02 08:22:33 -08:00
2018-03-01 16:12:51 -08:00
2018-01-30 14:02:48 +01:00
2017-06-12 09:59:07 -07:00
2018-03-01 16:12:51 -08:00
2017-11-12 10:48:08 -08:00
2017-08-16 08:18:33 +02:00
2018-01-07 18:54:25 +01:00
2013-11-11 20:04:42 +01:00

Twig, the flexible, fast, and secure template language for PHP
==============================================================

Twig is a template language for PHP, released under the new BSD license (code
and documentation).

Twig uses a syntax similar to the Django and Jinja template languages which
inspired the Twig runtime environment.

More Information
----------------

Read the `documentation`_ for more information.

.. _documentation: http://twig.sensiolabs.org/documentation
Languages
PHP 99.9%