Looking for a fast hash-function.

Posted by Julian on Stack Overflow See other posts from Stack Overflow or by Julian
Published on 2010-04-04T20:29:59Z Indexed on 2010/04/04 20:33 UTC
Read the original article Hit count: 165

Filed under:
|
|
|

Hello,

I'm looking for a special hash-function. Let's say I have a large list of strings, if I order them by their hash-values they should be ordered quasi randomly.

The most important point is: it must be super fast. I've tried md5 and sha1 and they're using to much cpu power.

Clashes are not a problem.

I'm using javascript, so it shouldn't be too complicated to implement.

© Stack Overflow or respective owner

Related posts about hash

Related posts about speed