Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26659 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54154 invoked by uid 1010); 17 Nov 2006 15:30:09 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 54138 invoked from network); 17 Nov 2006 15:30:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Nov 2006 15:30:09 -0000 Authentication-Results: pb1.pair.com header.from=antony@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=antony@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.162 as permitted sender) X-PHP-List-Original-Sender: antony@zend.com X-Host-Fingerprint: 212.25.124.162 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from [212.25.124.162] ([212.25.124.162:48896] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CF/81-37771-F75DD554 for ; Fri, 17 Nov 2006 10:30:09 -0500 Received: (qmail 671 invoked from network); 17 Nov 2006 15:28:39 -0000 Received: from internal.zend.office (HELO ?127.0.0.1?) (10.1.1.1) by internal.zend.office with SMTP; 17 Nov 2006 15:28:39 -0000 Message-ID: <455DD406.5040809@zend.com> Date: Fri, 17 Nov 2006 18:23:50 +0300 User-Agent: Thunderbird 1.5.0.7 (X11/20060909) MIME-Version: 1.0 To: Matt Wilmas CC: php-dev , Andrei Zmievski References: <455455D1.3020706@zend.com> <017f01c704b9$5e07f870$0201a8c0@pc1> <45546EDB.2020400@zend.com> <011b01c70721$ca0ec7f0$0201a8c0@pc1> <0e7bb4f7f12e57e899a6c4b26068b93e@gravitonic.com> <455CBA6C.4060801@zend.com> <455DCB94.6010708@zend.com> <011e01c70a5c$c76f0800$0201a8c0@pc1> In-Reply-To: <011e01c70a5c$c76f0800$0201a8c0@pc1> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] zend_u_strtod() 400% speed up From: antony@zend.com (Antony Dovgal) On 11/17/2006 06:26 PM, Matt Wilmas wrote: > Hi Antony! > > Wow, lots of testing ya did there. :-) Nice. But, just wanted to mention > that "Matt's patch" is the one I did back in Aug. Did you see my last > message [1] the other day with a new version that only checks for ASCII > chars, doesn't do conversion from Unicode, etc.? Nope, I must have missed it. > http://realplain.com/php/zend_u_strtod.c (Untested) Could you plz upload (or post) unified diff? Thanks. > BTW, I see ICU 3.6 is a lot faster on the "current" code (saw a hint about > that in the changelog); though still not close to the manual methods, of > course. > > [1] http://news.php.net/php.internals/26538 -- Wbr, Antony Dovgal