[erlang-questions] Ready to use hash functions in Erlang

zabrane Mikael zabrane3@REDACTED
Fri Nov 20 11:37:39 CET 2009


Hi Gleb !


> There are few hash functions in Erlang's stdlib:
>
> erlang:phash/1,2
> crypto:md5/1
> crypto:sha/1
>

Thanks for the poniter, I'am aware of these (phash is deprecated, use phash2
instead?).

I'm interested in some fast and well distributed hash functions made by
gurus in this domain like lookup3 (Bob Jenkins -
http://burtleburtle.net/bob/hash/doobs.html), SuperFasthash (Paul Hiesh -
http://www.azillionmonkeys.com/qed/hash.html) ...

Does someone spend time on them or have an Erlang version?

Thanks
Zabrane


> On Fri, Nov 20, 2009 at 04:33, zabrane Mikael <zabrane3@REDACTED> wrote:
> > Hi List !
> >
> > Is there some "free/open source" hash functions implementation (like
> those:
> > http://www.partow.net/programming/hashfunctions/index.html)
> > in Erlang?
> >
> > Thanks
> > Zabrane
> >
>


More information about the erlang-questions mailing list