1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-11 16:56:32 -05:00
Files
suyu-mirror/src/video_core
Lioncash 382717172e shader_ir: Use std::array with pair instead of unordered_map
Given the overall size of the maps are very small, we can use arrays of
pairs here instead of always heap allocating a new map every time the
functions are called. Given the small size of the maps, the difference
in container lookups are negligible, especially given the entries are
already sorted.
2019-10-24 00:25:38 -04:00
..
2019-10-11 13:41:15 -04:00