Commit Graph

49 Commits (2309fd63bf2c7fb1b45713b2bf4e879bdbdb4822)

Author SHA1 Message Date
Peter Dillinger ca7ccbe2ea Misc hashing updates / upgrades (#5909) 5 years ago
sdong e8263dbdaa Apply formatter to recent 200+ commits. (#5830) 5 years ago
Maysam Yabandeh 9a87ae46fd Use total charge in MaintainPoolSize (#5813) 5 years ago
Maysam Yabandeh 638d239507 Charge block cache for cache internal usage (#5797) 5 years ago
Eli Pozniansky 74fb7f0ba5 Cleaned up and simplified LRU cache implementation (#5579) 5 years ago
sdong 15fd3be07b LRU Cache to enable mid-point insertion by default (#5508) 5 years ago
Vaibhav Gogte f46a2a0375 Export Cache::GetCharge (#5476) 5 years ago
Zhongyi Xie d68f9f4580 simplify include directive involving inttypes (#5402) 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 0bb555630f Consolidate hash function used for non-persistent data in a new function (#5155) 5 years ago
Siying Dong 479c566771 Add final annotations to some cache functions (#5156) 5 years ago
Siying Dong 2b4d5ceb47 Remove some "using std::..." from header files. (#5113) 5 years ago
Levi Tamasi 34f8ac0c99 Make adaptivity of LRU cache mutexes configurable (#5054) 5 years ago
Levi Tamasi f83eecff99 Introduce an enum for flag types in LRUHandle (#5024) 5 years ago
Michael Liu ca89ac2ba9 Apply modernize-use-override (2nd iteration) 5 years ago
Yi Wu 05d9d82181 Revert "Move MemoryAllocator option from Cache to BlockBasedTableOpti… (#4697) 6 years ago
Yi Wu b32d087dbb Move MemoryAllocator option from Cache to BlockBasedTableOptions (#4676) 6 years ago
Sagar Vemuri dc3528077a Update all unique/shared_ptr instances to be qualified with namespace std (#4638) 6 years ago
Yi Wu f560c8f5c8 s/CacheAllocator/MemoryAllocator/g (#4590) 6 years ago
Igor Canadi 1cf5deb8fd Introduce CacheAllocator, a custom allocator for cache blocks (#4437) 6 years ago
Yanqin Jin 26d67e357e Support group commits of version edits (#3944) 6 years ago
Taewook Oh b557499eee Suppress leak warning for clang(LLVM) asan (#4066) 6 years ago
Yi Wu 724855c7da Fix LRUCache missing null check on destruct 6 years ago
Yi Wu bc7e8d472e LRUCache midpoint insertion 6 years ago
Yi Wu 7a99c04311 refactor constructor of LRUCacheShard 6 years ago
David Lai 3be9b36453 comment unused parameters to turn on -Wunused-parameter flag 6 years ago
Yi Wu 685912d07f Clock cache should check if deleter is nullptr before calling it 6 years ago
Andrew Kryczka 5d68243e61 Comment out unused variables 6 years ago
Igor Sugak aba3409740 Back out "[codemod] - comment out unused parameters" 6 years ago
David Lai f4a030ce81 - comment out unused parameters 6 years ago
Agam Brahma c3401846ef Minor typo in comment (s/pro/pri) 7 years ago
Andrew Kryczka 63f1c0a57d fix gflags namespace 7 years ago
Phani Shekhar Mantripragada 4b65cfc723 Support for block_cache num_shards and other config via option string. 7 years ago
Prashant D d9240b548c Fix coverity uninitialized fields warnings in lru_cache 7 years ago
raistlin ee2b1ec1e8 Fix unstable floating point exception 7 years ago
Dmitri Smirnov 0ec90a7cc2 Add -DPORTABLE=1 to MSVC CI build 7 years ago
Yi Wu e83d6a02e3 Not using aligned_alloc with gcc4 + asan 7 years ago
Archit Mishra 09ac6206ab Circumvent ASAN false positive 7 years ago
yiwu-arbug e367774d19 Overload new[] to properly align LRUCacheShard 7 years ago
Siying Dong 21696ba502 Replace dynamic_cast<> 7 years ago
Daniel Black 16e0388205 LRUCacheShard cache line size alignment 7 years ago
Sagar Vemuri 72502cf227 Revert "comment out unused parameters" 7 years ago
Victor Gao 1d7048c598 comment out unused parameters 7 years ago
Sushma Devendrappa 0655b58582 enable PinnableSlice for RowCache 7 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 7 years ago
Siying Dong d616ebea23 Add GPLv2 as an alternative license. 7 years ago
Maysam Yabandeh 4c9447d889 Add erase option to release cache 7 years ago
Siying Dong d2dce5611a Move some files under util/ to separate dirs 7 years ago