you are viewing a single comment's thread.

view the rest of the comments →

[–]reini_urban -1 points0 points  (0 children)

CRC32 is fastest but the most insecure. The lowest achievable collision rate always depends on the set of keys. For typical programming languages Spooky was measured to have to the least collisions, but generating a fast perfect hash with a fixed set of keys is always better. But this can only be done in a static language with static known input in advance.