Home
last modified time | relevance | path

Searched refs:CuckooHash (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/table/cuckoo/
Dcuckoo_table_builder.cc196 uint64_t hash_val = CuckooHash(user_key, hash_cnt, use_module_hash_, in MakeHashTable()
224 uint64_t hash_val = CuckooHash(user_key, num_hash_func_, use_module_hash_, in MakeHashTable()
478 uint64_t child_bucket_id = CuckooHash(GetUserKey(curr_bucket.vector_idx), in MakeSpaceForKey()
Dcuckoo_table_reader.cc151 uint64_t offset = bucket_length_ * CuckooHash( in Get()
191 bucket_length_ * CuckooHash(user_key, 0, use_module_hash_, table_size_, in Prepare()
Dcuckoo_table_factory.h17 static inline uint64_t CuckooHash( in CuckooHash() function
/rocksdb-6.9/
DHISTORY.md336 * Remove CuckooHash memtable.