Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47562 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66884 invoked from network); 24 Mar 2010 15:06:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Mar 2010 15:06:16 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 72.14.220.154 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 72.14.220.154 fg-out-1718.google.com Received: from [72.14.220.154] ([72.14.220.154:22965] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 94/F6-33174-56A2AAB4 for ; Wed, 24 Mar 2010 10:06:15 -0500 Received: by fg-out-1718.google.com with SMTP id l26so974115fgb.11 for ; Wed, 24 Mar 2010 08:06:10 -0700 (PDT) Received: by 10.87.47.32 with SMTP id z32mr4308647fgj.36.1269443169861; Wed, 24 Mar 2010 08:06:09 -0700 (PDT) Received: from [192.168.200.22] (c-98-234-184-167.hsd1.ca.comcast.net [98.234.184.167]) by mx.google.com with ESMTPS id 13sm103133fxm.10.2010.03.24.08.06.07 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 24 Mar 2010 08:06:08 -0700 (PDT) Message-ID: <4BAA2A5D.7010603@lerdorf.com> Date: Wed, 24 Mar 2010 08:06:05 -0700 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10pre) Gecko/20100323 Shredder/3.0.5pre MIME-Version: 1.0 To: Martin Jansen CC: internals@lists.php.net References: <4BAA293F.8020207@divbyzero.net> In-Reply-To: <4BAA293F.8020207@divbyzero.net> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Support for Jenkins's one-at-a-time hashing function From: rasmus@lerdorf.com (Rasmus Lerdorf) On 03/24/2010 08:01 AM, Martin Jansen wrote: > Inspired by the recent addition of FNV hashing, I had a look at how hard > it would be to add support for Jenkins's one-at-a-time hashing to > ext/hash. The result is attached to this mail. I don't think I have > karma for php-src, so given enough interest feel free to commit the patch. Looks good to me. Commit it. You have php-src karma now. -Rasmus