mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-16 20:36:33 +00:00
445b706259ea9ce74cca2f26ef60f5999dc3163c
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
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
Description
Languages
PHP
99.9%