yuzu/src/video_core/buffer_cache
ReinUsesLisp 19d4f28001 buffer_cache: Use boost::container::small_vector for maps in range
Most overlaps in the buffer cache only contain one mapped address.
We can avoid close to all heap allocations once the buffer cache is
warmed up by using a small_vector with a stack size of one.
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::container::small_vector for maps in range 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