[Typo3-dev] TYPO3 3.7.0 memory usage ?
Michael Johnston
mjohnston at planetactive.com
Sun Sep 19 21:15:43 CEST 2004
ah yes -- turns out that "if (strlen ($str) > x))" is slower enough
then "if (isset ($str[x]))" that you will notice the difference in big
loops.
Michael
On 17-Sep-04, at 5:32 PM, Martin T. Kutschker wrote:
> Michael Johnston wrote:
>
>> Also there's this using isset instead of strlen thing --
> > it also makes a quite surprising difference on code that
>> is doing it inside a big loop.
>
> Care to elaborate this one?
>
> What's the strlen thing?
>
> Masi
> _______________________________________________
> Typo3-dev mailing list
> Typo3-dev at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev
More information about the TYPO3-dev
mailing list