Commit Graph

21 Commits (5ec829bc4f490d22681090b3240666b83688c3ec)

Author SHA1 Message Date
Igor Canadi 767777c2bd Turn on -Wshorten-64-to-32 and fix all the errors 10 years ago
Danny Al-Gaaf 55652043c8 table/cuckoo_table_reader.cc: pass func parameter by reference 10 years ago
Danny Al-Gaaf 93548ce8f4 table/cuckoo_table_reader.cc: pass func parameter by ref 10 years ago
Lei Jin 2faf49d5f1 use GetContext to replace callback function pointer 10 years ago
Lei Jin d439451fab delay initialization of cuckoo table iterator 10 years ago
Lei Jin c6275956e2 improve memory efficiency of cuckoo reader 10 years ago
Lei Jin 581442d446 option to choose module when calculating CuckooTable hash 10 years ago
Lei Jin 3c68006109 CompactedDBImpl 10 years ago
Lei Jin 51af7c326c CuckooTable: add one option to allow identity function for the first hash function 10 years ago
Lei Jin 5665e5e285 introduce ImmutableOptions 10 years ago
Radheshyam Balasundaram d20b8cfaa1 Improve Cuckoo Table Reader performance. Inlined hash function and number of buckets a power of two. 10 years ago
Radheshyam Balasundaram 7f71448388 Implementing a cache friendly version of Cuckoo Hash 10 years ago
Radheshyam Balasundaram 4142a3e783 Adding a user comparator for comparing Uint64 slices. 10 years ago
Lei Jin 23861857c4 ReadOptions.total_order_seek to allow total order seek for block-based table when hash index is enabled 10 years ago
Radheshyam Balasundaram 08be7f5266 Implement Prepare method in CuckooTableReader 10 years ago
Radheshyam Balasundaram 9674c11d01 Integrating Cuckoo Hash SST Table format into RocksDB 10 years ago
sdong 1242bfcad7 Add DB property "rocksdb.estimate-table-readers-mem" 10 years ago
Radheshyam Balasundaram 606a126703 Changing implementaiton of CuckooTableBuilder to not take file_size, key_length, value_length. 10 years ago
Radheshyam Balasundaram 2124c85cc6 Implementing CuckooTableReader::NewIterator 10 years ago
Radheshyam Balasundaram 0c9d03ba10 Fixing broken Mac build 10 years ago
Radheshyam Balasundaram 62f9b071ff Implementation of CuckooTableReader 10 years ago