Re: [PHP-DEV] Support for Jenkins's one-at-a-time hashing function

2010-03-24 Thread 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 in

[PHP-DEV] Support for Jenkins's one-at-a-time hashing function

2010-03-24 Thread Martin Jansen
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. - Martin Index