Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74452 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80956 invoked from network); 23 May 2014 13:28:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 May 2014 13:28:37 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.215.10 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.215.10 mail.experimentalworks.net Received: from [217.114.215.10] ([217.114.215.10:59015] helo=mail.experimentalworks.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CF/52-01753-20D4F735 for ; Fri, 23 May 2014 09:28:35 -0400 Received: from [192.168.2.31] (ppp-93-104-19-198.dynamic.mnet-online.de [93.104.19.198]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: johannes@schlueters.de) by mail.experimentalworks.net (Postfix) with ESMTPSA id 80EEC46341; Fri, 23 May 2014 15:29:31 +0200 (CEST) To: Andrea Faulds Cc: Dmitry Stogov , PHP Internals , Bob Weinand , Stas Malyshev , Zeev Suraski , Xinchen Hui , Andi Gutmans , Nikita Popov In-Reply-To: <79B69A20-15AD-4C07-B026-61C2C9DEBBE5@ajf.me> References: <79B69A20-15AD-4C07-B026-61C2C9DEBBE5@ajf.me> Content-Type: text/plain; charset="UTF-8" Date: Fri, 23 May 2014 15:28:18 +0200 Message-ID: <1400851698.2870.9315.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] [RFC] Fast Parameter Parsing API From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Fri, 2014-05-23 at 13:52 +0100, Andrea Faulds wrote: > On 23 May 2014, at 12:36, Dmitry Stogov wrote: > > > Please take a look at https://wiki.php.net/rfc/fast_zpp > > > > Thanks. Dmitry. > > This looks like a great idea. I like how it’s not only faster, but it > seems to be more readable. More readable? - I feel exactly the opposite. Yes, we get rid of void pointers but use a pattern easy to understand. This looks like macro hell. If we break APIs anyways: Can't we go for C++ which allows providing high level APIs with high performance ... johannes