Click here to Skip to main content
15,890,527 members
Articles / Programming Languages / C

Hash Functions: An Empirical Comparison

Rate me:
Please Sign up or sign in to vote.
4.80/5 (29 votes)
6 Mar 2009Zlib10 min read 138.2K   758   59  
Benchmark program for hash tables, comparison of 15 popular hash functions, and ideas for designing your own hash function.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The zlib/libpng License


Written By
Software Developer
Czech Republic Czech Republic
Peter is the developer of Aba Search and Replace, a tool for replacing text in multiple files. He likes to program in C with a bit of C++, also in x86 assembly language, Python, and PHP.

Comments and Discussions