Actions
Bug #20068
closedsimplify and speed up t3lib_div::trimExplode()
Start date:
2009-02-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
currently trimExplode() uses loops to process elements of arrays created by an explode before. Using native php functions that achieve the same goal is simpler, shorter, and most importantly faster.
using the benchmark I usually get a speed up of 30-50%, I even had 70% once
(issue imported from #M10511)
Files
Actions