summaryrefslogtreecommitdiff
path: root/src/common/memory_detect.cpp
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2020-05-17 16:56:08 -0300
committerReinUsesLisp <reinuseslisp@airmail.cc>2020-05-21 16:44:00 -0300
commit891236124caaed34cdefac61cf90896a5b66b267 (patch)
tree68c53427967586052ef6e39eab2a48beba58f1e4 /src/common/memory_detect.cpp
parent3b0baf746ea6863d38d90521abba95303f321bf3 (diff)
buffer_cache: Use boost::intrusive::set for caching
Instead of using boost::icl::interval_map for caching, use boost::intrusive::set. interval_map is intended as a container where the keys can overlap with one another; we don't need this for caching buffers and a std::set-like data structure that allows us to search with lower_bound is enough.
Diffstat (limited to 'src/common/memory_detect.cpp')
0 files changed, 0 insertions, 0 deletions