Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73911 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57558 invoked from network); 5 May 2014 18:16:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 May 2014 18:16:55 -0000 Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain zend.com from 74.125.82.182 cause and error) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 74.125.82.182 mail-we0-f182.google.com Received: from [74.125.82.182] ([74.125.82.182:63957] helo=mail-we0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B3/51-44049-595D7635 for ; Mon, 05 May 2014 14:16:54 -0400 Received: by mail-we0-f182.google.com with SMTP id t60so2193169wes.27 for ; Mon, 05 May 2014 11:16:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=rEJlCrdkpV1tNI07qqclJiQmq2hLrDjRJkR7ED+wXII=; b=e8WwgSg9+EMqluUR7FkM7YnZ5yeJ/BI5kqwiDutLMQhhSI0/KRgT6wVNJ511Ro+W8n 880BvjtY2nO/TfLow7OWJbwZe2gZ5/IUiiaZHK4ji93JpkVR0aPJwr0CWLnJwKQn/K3q AvFCxaIf/DJPA+wz7rmUB5zuE9BaF+WijAOrEl0WA9Ay6KzfuhsnnUV9kYzXvPwmLU7c cV/NoB05vkSr5xVtapHNtfJrmyjY7aBmnMg40dpjXZkReXWtyd+2mBbaC5RZXRJJ7zmc SpmriZ0jWfzX1nOJJHfV/k0ryQ4dHkW1z/wgSgFm8Kq5VyDu9xN8W+xVt0STOqLvwCJu HrDg== X-Gm-Message-State: ALoCoQkIjSMF1dtPVzWzbijC0BNZRXxoeuVpbNE2vCq1zlE5RItNN6j41bz9tIcoRTd4E0W0nYlPZTS+M1lAtbmmuPHgvfzKV/rHg0vtlEoreD+n1qDmDobu3Y7AdIzb6u+9MX9SdZ4q MIME-Version: 1.0 X-Received: by 10.180.89.241 with SMTP id br17mr17239949wib.0.1399313807640; Mon, 05 May 2014 11:16:47 -0700 (PDT) Received: by 10.227.57.133 with HTTP; Mon, 5 May 2014 11:16:47 -0700 (PDT) In-Reply-To: <0MgNZW-1WST6C0I0E-00NhYO@mrelayeu.kundenserver.de> References: <0MgNZW-1WST6C0I0E-00NhYO@mrelayeu.kundenserver.de> Date: Mon, 5 May 2014 22:16:47 +0400 Message-ID: To: Timm Friebe Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=e89a8f3ba93b6f239504f8ab22d4 Subject: Re: phpng: Refactored PHP Engine with Big Performance Improvement From: dmitry@zend.com (Dmitry Stogov) --e89a8f3ba93b6f239504f8ab22d4 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Thanks for results! 34% speed improvement and 22% memory consumption improvement in comparison to PHP 5.5 I'm always getting better results when bench against competitors myself :) So the third party benchmarks and comparisons really helps. phpng is still far away from production quality yet. It actually served the first wordpress request just a month ago. I hope we will able to catch most of the bugs soon. Thanks. Dmitry. On Mon, May 5, 2014 at 9:28 PM, Timm Friebe wrote: > Hi, > > > Now I'm glad to present you a result of our recent four month work. It'= s > a > > refactoring of the PHP engine that significantly improves performance, > > memory usage and builds a foundation for a lot more future performance > > improvements incl. JIT. > > Wow, some great work! > > I do see a couple of failures running the XP Framework=E2=80=99s test sui= te (I=E2=80=99ll > have a look into these and try to figure out what=E2=80=99s going on), bu= t > comparing these that *are* working, I can see the following: > > PHP 5.4 > OK: 1019/1042 run (23 skipped), 1019 succeeded, 0 failed > Memory used: 13877.78 kB (14830.66 kB peak) > Time taken: 0.692 seconds > > PHP 5.5 > OK: 1019/1042 run (23 skipped), 1019 succeeded, 0 failed > Memory used: 13942.30 kB (14900.96 kB peak) > Time taken: 0.583 seconds > > phpng > OK: 1017/1042 run (25 skipped), 1017 succeeded, 0 failed > Memory used: 10790.42 kB (11754.17 kB peak) > Time taken: 0.385 seconds > > - Timm > --e89a8f3ba93b6f239504f8ab22d4--