Removing array_shift for optimisation.
authorJoel Wurtz <brouznouf@gmail.com>
Tue, 30 Aug 2011 03:02:31 +0000 (06:02 +0300)
committerJoel Wurtz <brouznouf@gmail.com>
Tue, 30 Aug 2011 03:02:31 +0000 (06:02 +0300)
commit4dc490fbd50ca8bd5a6f1c26ddf03c1bfc2abeb3
tree24b337252fed1442303f282ae8af5611e19f4d6b
parent543d18b27df04475531eb2ff37882b6ec008c1ba
Removing array_shift for optimisation.

For example we check if a template and use exception to redirect to a default template

Before : We checked ~1000 times => 100sec due to array_shift
After  : ~1sec
lib/Twig/Error.php