JamzyWang / HashCollector

General hash functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HashCollector


This repository collects general hash functions implemented by multiple languages such C,C++,Java,Python,Ruby,Pascal. Till now these hash functions include:

  • MD5
  • MurmurHash
  • Bloom filter
  • DJBHash
  • APHash
  • BKDRHash
  • BPHash
  • DEKHash
  • ELFHash
  • FNVHash
  • JSHash
  • PJWHash
  • RSHash
  • SDBMHash

About

General hash functions


Languages

Language:C++ 80.2%Language:C 4.9%Language:Java 4.6%Language:Pascal 3.7%Language:Python 2.4%Language:Makefile 2.3%Language:Ruby 1.9%