Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26661 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97847 invoked by uid 1010); 17 Nov 2006 16:39:00 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 97832 invoked from network); 17 Nov 2006 16:39:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Nov 2006 16:39:00 -0000 Authentication-Results: pb1.pair.com smtp.mail=antony@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=antony@zend.com; 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:61628] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 24/78-37771-0A5ED554 for ; Fri, 17 Nov 2006 11:38:59 -0500 Received: (qmail 1220 invoked from network); 17 Nov 2006 16:37:28 -0000 Received: from internal.zend.office (HELO ?127.0.0.1?) (10.1.1.1) by internal.zend.office with SMTP; 17 Nov 2006 16:37:28 -0000 Message-ID: <455DE59B.1030201@zend.com> Date: Fri, 17 Nov 2006 19:38:51 +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> <455DD406.5040809@zend.com> <013601c70a60$666d0f30$0201a8c0@pc1> In-Reply-To: <013601c70a60$666d0f30$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:52 PM, Matt Wilmas wrote: > Antony, > > Sure, sorry. :-) I thought the straight code would be easier for you guys > to simply copy to a local file or such to test, but I don't really know > anything about it. :-P > > http://realplain.com/php/zend_u_strtod-v2.diff Ok, this one looks a bit better: ------------------------------------------------------------------------------------ Platform current | Matt | Tony | New patch by Matt ------------------------------------------------------------------------------------ Linux intel64 (ICU 3.6, non-ZTS) 104.20 18.93 29.93 13.98 Linux intel64 (ICU 3.6, ZTS) 106.38 19.78 31.97 14.39 Linux i386 (ICU 3.6, non-ZTS) 809.21 25.49 59.78 18.76 Linux i386 (ICU 3.6, ZTS) 708.43 30.22 59.90 18.96 Linux i386 (ICU 3.4, non-ZTS) 526.71 22.39 36.96 -- Linux i386 (ICU 3.4, ZTS) 435.27 26.20 37.87 -- FreeBSD i386 (ICU 3.6, non-ZTS) -- 20.66 33.47 15.38 ------------------------------------------------------------------------------------ -- Wbr, Antony Dovgal