lkml.org 
[lkml]   [2009]   [Feb]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] Update jhash.h with the new version of Jenkins' hash
On Wed, 11 Feb 2009, Micha? Miros?aw wrote:

> On Wed, Feb 11, 2009 at 11:19:20AM +0100, Jozsef Kadlecsik wrote:
> > /* The golden ration: an arbitrary value */
> > -#define JHASH_GOLDEN_RATIO 0x9e3779b9
> > +#define JHASH_GOLDEN_RATIO 0xdeadbeef
>
> I have a stupid question: if this is arbitrary value, then why not
> just get rid of it (IOW use zero as it's used in addition)?

lookup3() is a quite generic hash function and it supports 0-byte strings
as input keys too. If the input key is a 0-byte string and the arbitrary
value is zero, then the hash value simply equal to the initval. In order
to avoid that case, the arbitrary value must be nonzero.

Best regards,
Jozsef
-
E-mail : kadlec@blackhole.kfki.hu, kadlec@mail.kfki.hu
PGP key : http://www.kfki.hu/~kadlec/pgp_public_key.txt
Address : KFKI Research Institute for Particle and Nuclear Physics
H-1525 Budapest 114, POB. 49, Hungary


\
 
 \ /
  Last update: 2009-02-11 23:53    [W:0.102 / U:2.304 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site