Cemu/src/Cafe/HW
Exzap ada8bbb3b4
Linux/MacOS: Greatly improve performance (#370)
std::unordered_set is implemented as a flat hashtable on libstdc++ which makes clearing expensive due to invoking memset on the entire table. To get the best performance across all platforms this replaces the unordered_set with a custom high-performance sparse bitset
2022-10-14 13:45:40 +02:00
..
ACR Add all the files 2022-08-22 22:21:23 +02:00
AI Add all the files 2022-08-22 22:21:23 +02:00
Common Add all the files 2022-08-22 22:21:23 +02:00
Espresso Remove PUBLIC_RELEASE flag and tie asserts to debug config (#287) 2022-09-24 08:43:27 +02:00
Latte Linux/MacOS: Greatly improve performance (#370) 2022-10-14 13:45:40 +02:00
MMU Add support for non portable mode (#356) 2022-10-12 08:03:26 +02:00
SI Add all the files 2022-08-22 22:21:23 +02:00
VI Add all the files 2022-08-22 22:21:23 +02:00