[TYPO3-core] RFC #11581: Small speed improvement in class.t3lib_tstemplate.php
Dan Osipov
dosipov at phillyburbs.com
Fri Jul 24 19:23:16 CEST 2009
This is an SVN patch request.
Type: Feature
Bugtracker references:
http://bugs.typo3.org/view.php?id=11581
Branch: Trunk
In function splitConfArray, the passed array is transversed twice, once
to pickout all elements that are arrays, and the second time to pickout
all non array elements. This is not the most efficient way.
Solution:
A better solution is to transverse the array just once, and do
everything in one loop.
--
Dan Osipov
Calkins Media
http://danosipov.com/blog/
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: tstemplate.diff
Url: http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20090724/5dcfe4c3/attachment.txt
More information about the TYPO3-team-core
mailing list