Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77532 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8778 invoked from network); 23 Sep 2014 13:31:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Sep 2014 13:31:32 -0000 Authentication-Results: pb1.pair.com header.from=dragoonis@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dragoonis@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.180 as permitted sender) X-PHP-List-Original-Sender: dragoonis@gmail.com X-Host-Fingerprint: 209.85.216.180 mail-qc0-f180.google.com Received: from [209.85.216.180] ([209.85.216.180:55155] helo=mail-qc0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 82/51-01186-23671245 for ; Tue, 23 Sep 2014 09:31:30 -0400 Received: by mail-qc0-f180.google.com with SMTP id l6so1309683qcy.11 for ; Tue, 23 Sep 2014 06:31:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=EiHC0+IjjCHZCuzhrX16V13GJF/SLdfyyEqLAahpM30=; b=hLUAzEWvoxym0SC65Sxt/+dm13m8UQu1Ei8evsnhIKcQiGt3pQgAA2jH2DTT0nJ/pl VKIhsVdc/zAt2NkSP4mOL3wdSkQuwhD5tUtzO8FH1Az1nhk/HdyIq4kJfh20UkUkoC4n L6wBDEJBn8TNpVSf/yw7hj5Gy7tn+4sS+NwH1VvqIQEu4f7+dH9KLuAojh+krxBS1Cmx xT1lLwuBsv/E3+stCy9S8uxtREDl6jBfYK56cIXeBgGhTxm1gqNO94+vW9tBp8/khOi7 4GNLWocDTCYP4Ct6fxAeqzwYVFLBRW+URT4qX81qgCaSyTAS1a+Acr1SkXP8M29lmk5h tzIg== MIME-Version: 1.0 X-Received: by 10.140.48.1 with SMTP id n1mr3272609qga.104.1411479087785; Tue, 23 Sep 2014 06:31:27 -0700 (PDT) Received: by 10.229.97.71 with HTTP; Tue, 23 Sep 2014 06:31:27 -0700 (PDT) In-Reply-To: References: Date: Tue, 23 Sep 2014 14:31:27 +0100 Message-ID: To: Pierre Joye Cc: Leigh , Park Framework , PHP internals Content-Type: multipart/alternative; boundary=001a11350eaca2b1b90503bb95c7 Subject: Re: [PHP-DEV] Improve PHP 7 serialization From: dragoonis@gmail.com (Paul Dragoonis) --001a11350eaca2b1b90503bb95c7 Content-Type: text/plain; charset=UTF-8 I clearly didn't google, it would be interesting to see comparisons of high speed PHP serialization libraries. I for one would be happy, in PHP 7, to break BC serialization syntax in favour of putting in a much faster serializer by default. Similar scenario to putting in Zend OpCache by default instead of APC. Pierre, do you see merit on including by default in PHP7 ? On Tue, Sep 23, 2014 at 12:57 PM, Pierre Joye wrote: > http://pecl.php.net/package/msgpack > > On Tue, Sep 23, 2014 at 1:34 PM, Leigh wrote: > > On 23 September 2014 12:22, Paul Dragoonis wrote: > >> Write an extension for it then, also share your benchmarks :) > >> > > > > Why go to all that trouble, 10 seconds on Google and we have: > > > > https://github.com/msgpack/msgpack-php > > > > -- > > PHP Internals - PHP Runtime Development Mailing List > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > > > -- > Pierre > > @pierrejoye | http://www.libgd.org > --001a11350eaca2b1b90503bb95c7--