Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76944 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26830 invoked from network); 29 Aug 2014 08:30:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Aug 2014 08:30:18 -0000 Received: from [127.0.0.1] ([127.0.0.1:17283]) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ECSTREAM id B5/90-22920-81A30045 for ; Fri, 29 Aug 2014 04:30:16 -0400 Authentication-Results: pb1.pair.com smtp.mail=xinchen.h@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=laruence@php.net; sender-id=unknown Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.217.171 as permitted sender) X-PHP-List-Original-Sender: xinchen.h@zend.com X-Host-Fingerprint: 209.85.217.171 mail-lb0-f171.google.com Received: from [209.85.217.171] ([209.85.217.171:43300] helo=mail-lb0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E9/20-15123-AA8FEF35 for ; Thu, 28 Aug 2014 05:38:51 -0400 Received: by mail-lb0-f171.google.com with SMTP id n15so569464lbi.2 for ; Thu, 28 Aug 2014 02:38:45 -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:from:date :message-id:subject:to:cc:content-type; bh=/h9WUIzYZgCv94vcAB0egSboO2fc3GO1xscurnjr+EY=; b=AzNCEj9nXBw4NfI8ZyXzGQHI6WvRu2fN3AdNFaymm9G+uGqOXmo7nowgPzLGLwgkei LEPhB8WcL/Abpo2yKxULWu0kJKN+vEfjt3+Djnqe4drLmsqrqgVF/EOWAXOjoAcBMiJ8 XWs22LVZTpnpNcArUOJeZfz9hGSs1LXlnAMPd6cVmLvKsvxaj5AhZf1YKAoj9aa93qUf 9IoLIeofUTmxRWlL9xglnalL1bt+Ggf/a+Agc01Z4S8RCi+O0907E/RfHU6YL6KyGGaF kQasW6EeJ0t4KdOB05rsV/iZ1luZ82QLCdOK2cAMmo+L93HRMfdm99tyGJA0wbKWOtoF e6Vw== X-Gm-Message-State: ALoCoQnpKbsOe7+U8ngDqy1069WNRm1rSyFENRzCAzwrV89Cp7jR8MU/Bytas+9M7UqdMktxX8xYrwMj1vJDZKzFBZa62FYe/yTwkrygwDfm7rpwVM7NCuwzqHUqQ5XfZ3SLTMbmloApBCJUcW3N01Mwt5Xm3vpkuw== X-Received: by 10.112.210.138 with SMTP id mu10mr2692040lbc.81.1409218724708; Thu, 28 Aug 2014 02:38:44 -0700 (PDT) Received: from mail-lb0-f171.google.com (mail-lb0-f171.google.com [209.85.217.171]) by mx.google.com with ESMTPSA id c1sm2004972lab.15.2014.08.28.02.38.43 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 28 Aug 2014 02:38:43 -0700 (PDT) Received: by mail-lb0-f171.google.com with SMTP id n15so580640lbi.16 for ; Thu, 28 Aug 2014 02:38:42 -0700 (PDT) X-Received: by 10.112.2.167 with SMTP id 7mr1405466lbv.103.1409218722695; Thu, 28 Aug 2014 02:38:42 -0700 (PDT) MIME-Version: 1.0 Received: by 10.114.187.72 with HTTP; Thu, 28 Aug 2014 02:38:21 -0700 (PDT) In-Reply-To: <53FEE35A.7010402@php.net> References: <53FEE18E.9070900@php.net> <53FEE35A.7010402@php.net> Date: Thu, 28 Aug 2014 17:38:21 +0800 Message-ID: To: Sebastian Bergmann Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] SipHash From: laruence@php.net (Xinchen Hui) On Thu, Aug 28, 2014 at 4:07 PM, Sebastian Bergmann wrote: > Am 28.08.2014 um 10:04 schrieb Pierre Joye: >> ext/hash can have it anyway. I did not look at it if it makes sense to >> use it in other parts. > > Sorry for not bein more clear: yes, I was thinking about adding it to > ext/hash, of course. It might make sense, though, to evaluate whether > it can also be used internally. Other languages seem to have switched > their hashtable implementation to SipHash. hmm, maybe you could do some benchmark on real-apps? thanks > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > -- Xinchen Hui @Laruence http://www.laruence.com/