summaryrefslogtreecommitdiffstats
path: root/src/common/simple_cache.hpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* common: compute SimpleLRU's size with contents.size() instead of lru.size()Xuehan Xu2018-01-061-1/+1
* common: Remove redundant includesJos Collin2017-05-221-4/+0
* common/simple_cache.hpp: add std::moveMichal Jarzabek2016-06-011-5/+5
* common: improve cache efficiencyNing Yao2015-12-131-9/+12
* common: improve cache, replace to unordered map with initializing hash bucket...Ning Yao2015-12-131-4/+7
* common/simple_cache: parameterize map<> comparatorSage Weil2015-08-071-5/+5
* Add header cache to DBObjectMapHaomai Wang2014-05-171-0/+10
* OSD: don't wait for superblock writes in handle_osd_mapSamuel Just2012-12-051-4/+3
* simple_cache.hpp: add pinningSamuel Just2012-04-271-3/+30
* common/: added templated simple lru implementationsSamuel Just2012-04-271-0/+67