mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
ff21723512
Add Bob Jenkins hash function to get better working hash function, which does genarate way less colisions (especially with similar strings). For a comparision also a kernel function used in DM kernel is include. While it's better then our existing one, it's still far worse, then Bob Jenkins hash. |
||
---|---|---|
.. | ||
hash.c | ||
hash.h | ||
list.c | ||
list.h | ||
radix-tree-adaptive.c | ||
radix-tree-simple.c | ||
radix-tree.c | ||
radix-tree.h |