Commit Graph

36 Commits (efd035164b443e0ae552a82ad8b47a8048e652ca)

Author SHA1 Message Date
mrambacher 3dff28cf9b Use SystemClock* instead of std::shared_ptr<SystemClock> in lower level routines (#8033) 3 years ago
mrambacher 12f1137355 Add a SystemClock class to capture the time functions of an Env (#7858) 3 years ago
Yanqin Jin 394210f280 Remove unused includes (#7604) 4 years ago
sdong fdf882ded2 Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
sdong e8263dbdaa Apply formatter to recent 200+ commits. (#5830) 5 years ago
sdong c06b54d0c6 Apply formatter on recent 45 commits. (#5827) 5 years ago
Peter Dillinger 915d72d849 Improve accuracy testing for DynamicBloom (#5805) 5 years ago
Peter Dillinger b55b2f45d0 Faster new DynamicBloom implementation (for memtable) (#5762) 5 years ago
Zhongyi Xie d68f9f4580 simplify include directive involving inttypes (#5402) 5 years ago
Siying Dong 000b9ec217 Move some logging related files to logging/ (#5387) 5 years ago
Siying Dong 8843129ece Move some memory related files from util/ to memory/ (#5382) 5 years ago
Siying Dong e9e0101ca4 Move test related files under util/ to test_util/ (#5377) 5 years ago
Siying Dong d5612b43de Two code changes to make "clang analyze" happy (#4292) 6 years ago
Andrew Kryczka 63f1c0a57d fix gflags namespace 7 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 7 years ago
Siying Dong d616ebea23 Add GPLv2 as an alternative license. 7 years ago
Dmitri Smirnov 0a4cdde50a Windows thread 7 years ago
Daniel Black 816c1e30ca gcc-7 requires include <functional> for std::function 8 years ago
Yi Wu 296545a2c7 Fix clang analyzer errors 8 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 9 years ago
sdong c9e2490bc6 Fix DynamicBloomTest.concurrent_with_perf to pass TSAN 9 years ago
Nathan Bronson 7d87f02799 support for concurrent adds to memtable 9 years ago
Igor Canadi 1b7ea8ce81 Skipped tests shouldn't be failures 9 years ago
Igor Sugak b4b69e4f77 rocksdb: switch to gtest 9 years ago
Igor Sugak 3ad6b794cf rocksdb: Fix 'Division by zero' scan-build warning 9 years ago
Jonah Cohen a14b7873ee Enforce write buffer memory limit across column families 10 years ago
Igor Canadi 767777c2bd Turn on -Wshorten-64-to-32 and fix all the errors 10 years ago
liuhuahang bb6ae0f80c fix more compile warnings 10 years ago
Feng Zhu 5656367416 use arena to allocate memtable's bloomfilter and hashskiplist's buckets_ 10 years ago
sdong 462796697c dynamic_bloom: replace some divide (remainder) operations with shifts in locality mode, and other improvements 10 years ago
Igor Canadi fec4269966 Fix more gflag namespace issues 10 years ago
sdong ef7dc38919 Fix some other signed & unsigned comparisons 10 years ago
Igor Canadi 040657aec9 Fix MacOS errors 10 years ago
Lei Jin c8bb79978e fix the buffer overflow in dynamic_bloom_test 10 years ago
Lei Jin 0d755fff14 cache friendly blocked bloomfilter 10 years ago
Haobo Xu 3c02c363b3 [RocksDB] [Performance Branch] Added dynamic bloom, to be used for memable non-existing key filtering 11 years ago