Newsgroups: php.i18n,php.internals Path: news.php.net Xref: news.php.net php.i18n:919 php.internals:21788 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61729 invoked by uid 1010); 3 Feb 2006 17:53:34 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 61708 invoked from network); 3 Feb 2006 17:53:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Feb 2006 17:53:34 -0000 X-Host-Fingerprint: 216.145.54.171 mrout1.yahoo.com FreeBSD 4.7-5.2 (or MacOS X 10.2-10.3) (2) Received: from ([216.145.54.171:27702] helo=mrout1.yahoo.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 8C/5D-04483-D9893E34 for ; Fri, 03 Feb 2006 12:53:34 -0500 Received: from [66.228.175.145] (borndress-lm.corp.yahoo.com [66.228.175.145]) by mrout1.yahoo.com (8.13.4/8.13.4/y.out) with ESMTP id k13HpE1e095377; Fri, 3 Feb 2006 09:51:14 -0800 (PST) In-Reply-To: <43E30658.8080300@gmail.com> References: <43E2B014.1050103@prohost.org> <43E30658.8080300@gmail.com> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: <77805d4d1e8870e9a909d0bda4f9f37e@gravitonic.com> Content-Transfer-Encoding: 7bit Cc: php-i18n@lists.php.net, Ilia Alshanetsky , PHP Developers Mailing List Date: Fri, 3 Feb 2006 09:52:40 -0800 To: Stefan Walk X-Mailer: Apple Mail (2.623) Subject: Re: [PHP-DEV] Unicode string iterator performance From: andrei@gravitonic.com (Andrei Zmievski) 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