Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77494 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21620 invoked from network); 22 Sep 2014 23:58:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Sep 2014 23:58:58 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.51 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.192.51 mail-qg0-f51.google.com Received: from [209.85.192.51] ([209.85.192.51:36902] helo=mail-qg0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AE/F1-09206-1C7B0245 for ; Mon, 22 Sep 2014 19:58:58 -0400 Received: by mail-qg0-f51.google.com with SMTP id a108so3820737qge.10 for ; Mon, 22 Sep 2014 16:58:54 -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=lYEUCQ9nPhVULpqJdMOWNAIqDlbDblis81Oi851hBYc=; b=kGrEEgg9qm8KqEiF2X1qoqXiyUpf7qGwtpo4lnLcZbwfcMdDo7ZDDEVFIOtsiZpFkW K15Ax/3Z+H8KfJzdsz4hC//TkXNI7xQOj0JpXGow3PNLuRXk6oy/IThWasSJt+1+6DFd NWOkpXp+rI30KWwA5SORx/eiMa/7VO7aEpeUs3JcKX1rcP3GmP9cAm7W6c0u2b72SfzC 106EYr2MJAEtRBCcA1U5OKbYr39Q32KcAs9rU3JwjAVFtyx082eU6fCCUBzosDWJvDTV tga5+scBtrguqALgh6nzjn8YlXS/QpLE8vn4nKPkp9TqEuzljF6KMgO75524eyJLel6Z rF3w== MIME-Version: 1.0 X-Received: by 10.140.23.17 with SMTP id 17mr27852499qgo.30.1411430334843; Mon, 22 Sep 2014 16:58:54 -0700 (PDT) Received: by 10.140.22.51 with HTTP; Mon, 22 Sep 2014 16:58:54 -0700 (PDT) Received: by 10.140.22.51 with HTTP; Mon, 22 Sep 2014 16:58:54 -0700 (PDT) In-Reply-To: References: Date: Tue, 23 Sep 2014 01:58:54 +0200 Message-ID: To: Park Framework Cc: PHP internals Content-Type: multipart/alternative; boundary=001a11c12acabbd0ab0503b03b71 Subject: Re: [PHP-DEV] Improve PHP 7 serialization From: pierre.php@gmail.com (Pierre Joye) --001a11c12acabbd0ab0503b03b71 Content-Type: text/plain; charset=UTF-8 On Sep 23, 2014 1:23 AM, "Park Framework" wrote: > > PHP serialization is slowest in PHP Session, clients NoSQL, ... > I would like to have in PHP 7, a new serialization algorithm or custom > handler to serialize. The latter is already possible and there are many good extensions doing that. Igbinary f.e. > My opinion is that the best choice is to use msgpack, it is > +110% faster > -30% data size > > HHVM discussed this issue, but all boils down to backward compatibility with PHP > https://github.com/facebook/hhvm/issues/2654 > > What do you think about this, maybe it's time to change the old > algorithm serialization, on something better? > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > --001a11c12acabbd0ab0503b03b71--