gwAdvNet2015 / adv-net-samples

Useful C code for networking, data structures, and more
MIT License
7 stars 19 forks source link

hash table default hash function #76

Open twood02 opened 9 years ago

twood02 commented 9 years ago

This is more of a feature request than a bug.

Let's provide a more useful sample hash function to use. How about a 64bit murmur hash?