Hash Function

 

  • std::hash – C++11 standard library hash function
  • MurmurHash3 – Well known and used hash function
  • SpookyV2 – Alternative to Murmurhash3
  • Google Cityhash – Google attempt to improve on Murmurhash3
  • Google Farmhash  – Recent Google successor to Cityhash
  • cfarmhash – C port of Google Farmhash Hash64