add vishash target to root Makfile |
|
More...
|
almost 17 years ago
|
add vishash utility |
|
More...
|
almost 17 years ago
|
add auto rehash support |
|
More...
|
almost 17 years ago
|
transparently replace hi_handle state after rehash |
|
More...
|
almost 17 years ago
|
fix mutex lock bug in array engine and bloom filter get bug |
|
More...
|
almost 17 years ago
|
hide compile time warnings if not compiled with GD library support |
|
More...
|
almost 17 years ago
|
add rehashing functionality |
|
More...
|
almost 17 years ago
|
check array test for array engine |
|
More...
|
almost 17 years ago
|
need to remember key length too for auto rehash |
|
More...
|
almost 17 years ago
|
Fix bug in tranform function and adapt new iterator interface |
|
More...
|
almost 17 years ago
|
start to implement rehashing functionality |
|
More...
|
almost 17 years ago
|
removed rehash functionality for superiour solution |
|
More...
|
almost 17 years ago
|
API change: iterator will return both key and data pointers |
|
More...
|
almost 17 years ago
|
remove unnecessary code and add additional test cases |
|
More...
|
almost 17 years ago
|
removed unused switch/case statements |
|
More...
|
almost 17 years ago
|
must use array_ variant when re-setting iterator with COLL_ENG_ARRAY |
|
More...
|
almost 17 years ago
|
add iterator support for COLL_ENG_ARRAY |
|
More...
|
almost 17 years ago
|
fix count handling in array engine |
|
More...
|
almost 17 years ago
|
fix array bucket handling |
|
More...
|
almost 17 years ago
|
replace test case bloom filter initialize function with new function |
|
More...
|
almost 17 years ago
|
remove mission prototype |
|
More...
|
almost 17 years ago
|
add comments for bloom filter functionality |
|
More...
|
almost 17 years ago
|
remove old bloom initialization function |
|
More...
|
almost 17 years ago
|
fixed calling prototyp bug in test suite |
|
More...
|
almost 17 years ago
|
add bloom filter analysis suite |
|
More...
|
almost 17 years ago
|
reworked bloom interface and internal handling |
|
More...
|
almost 17 years ago
|
Remove weinberger hash. |
|
More...
|
almost 17 years ago
|
add hashstr, a simple test utility that prints hash of a string |
|
More...
|
almost 17 years ago
|
add a hashtable iterator interface. |
|
More...
|
almost 17 years ago
|
move free'ing hi_handle->bucket_size into hi_fini. |
|
More...
|
almost 17 years ago
|