Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76918 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9132 invoked from network); 28 Aug 2014 08:07:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Aug 2014 08:07:57 -0000 Authentication-Results: pb1.pair.com smtp.mail=sebastian@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=sebastian@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 93.190.64.238 as permitted sender) X-PHP-List-Original-Sender: sebastian@php.net X-Host-Fingerprint: 93.190.64.238 mail-2.de-punkt.de Received: from [93.190.64.238] ([93.190.64.238:49851] helo=mail-2.de-punkt.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9B/8D-19261-C53EEF35 for ; Thu, 28 Aug 2014 04:07:56 -0400 Received: from localhost (localhost [127.0.0.1]) by mail-2.de-punkt.de (Postfix) with ESMTP id 97C0A3A341 for ; Thu, 28 Aug 2014 10:07:52 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail-2.de-punkt.de Received: from mail-2.de-punkt.de ([127.0.0.1]) by localhost (mail-2.de-punkt.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qIuULAwqG1l9 for ; Thu, 28 Aug 2014 10:07:52 +0200 (CEST) Received: from [192.168.178.24] (p4FC7DDCB.dip0.t-ipconnect.de [79.199.221.203]) (Authenticated sender: php@sebastian-bergmann.de) by mail-2.de-punkt.de (Postfix) with ESMTPSA id CAC833A340 for ; Thu, 28 Aug 2014 10:07:50 +0200 (CEST) Message-ID: <53FEE35A.7010402@php.net> Date: Thu, 28 Aug 2014 10:07:54 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: internals@lists.php.net References: <53FEE18E.9070900@php.net> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] SipHash From: sebastian@php.net (Sebastian Bergmann) 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.