Re: [PHP-DEV] Unicode string iterator performance
[email protected] (Andrei Zmievski)
| Newsgroups | php.i18n,php.internals |
|---|---|
| Message-ID | <[email protected]> |
That's still sequential, and not random access. -Andrei On Feb 2, 2006, at 11:29 PM, Stefan Walk wrote: > I think the most common usage would be grabbing one or a few > characters and then going to do something else... if that happens > alot, it will look more like like "random" string access than > sequential scans. > > Regards, > Stefan