Re: [PHP-DEV] Unicode string iterator performance
[email protected] (Andrei Zmievski)
| Newsgroups | php.i18n,php.internals |
|---|---|
| Message-ID | <[email protected]> |
On Feb 2, 2006, at 5:21 PM, Ilia Alshanetsky wrote: > > The real test however would be random character access, rather then > sequential scans from start to end :-). How often do you access random characters in a string vs. sequential scans? Which is the more likely scenario in PHP scripts? I think it's the latter. -Andrei