Citron/src/video_core/buffer_cache
ReinUsesLisp 891236124c 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.
2020-05-21 16:44:00 -03:00
..
buffer_block.h Buffer Cache: Use vAddr instead of physical memory. 2020-04-06 09:23:06 -04:00
buffer_cache.h buffer_cache: Use boost::intrusive::set for caching 2020-05-21 16:44:00 -03:00
map_interval.h buffer_cache: Use boost::intrusive::set for caching 2020-05-21 16:44:00 -03:00