]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
common/LRUSet: combine lru and hash-based lookup
authorSage Weil <sage@newdream.net>
Mon, 21 Jun 2021 21:10:31 +0000 (17:10 -0400)
committerSage Weil <sage@newdream.net>
Thu, 24 Jun 2021 16:46:53 +0000 (12:46 -0400)
commit344278ecced622c7edec593eda454aef33797a37
treede85481c2c8f0ff4459cfe37393b7ee4ccb19565
parent726972adbdf9fff103ae22eaf4e186d25a837a15
common/LRUSet: combine lru and hash-based lookup

Signed-off-by: Sage Weil <sage@newdream.net>
src/common/LRUSet.h [new file with mode: 0644]
src/test/common/CMakeLists.txt
src/test/common/test_lruset.cc [new file with mode: 0644]