projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
543d18b
4dc490f
)
merged branch Brouznouf/patch-1 (PR #425)
author
Fabien Potencier
<fabien.potencier@gmail.com>
Mon, 29 Aug 2011 16:26:20 +0000 (18:26 +0200)
committer
Fabien Potencier
<fabien.potencier@gmail.com>
Mon, 29 Aug 2011 16:26:20 +0000 (18:26 +0200)
Commits
-------
4dc490f Removing array_shift for optimisation.
Discussion
----------
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
Trivial merge