Can you suggest me any perfect hashing algorithm (paper about it) with these parameters:

  • no need to be minimal, but with hashing n elements to table of size m the m should be linear to n over some small factor (say < 16)
  • hashing function must be small enough - e.g. 32kB for 16M hashed keys
  • the perfectness must not be verified by really trying to hash a whole bucket (the procedure should be run in parallel and the rollback of whole bucket if these collide would be too complicated ~ slow)

Thanks

link|improve this question

60% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.