diff options
author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2020-05-17 16:56:08 -0300 |
---|---|---|
committer | ReinUsesLisp <reinuseslisp@airmail.cc> | 2020-05-21 16:44:00 -0300 |
commit | 891236124caaed34cdefac61cf90896a5b66b267 (patch) | |
tree | 68c53427967586052ef6e39eab2a48beba58f1e4 /src/common/memory_detect.cpp | |
parent | 3b0baf746ea6863d38d90521abba95303f321bf3 (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