mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-15 11:18:29 +12:00
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 |
||
---|---|---|
.. | ||
Account | ||
Filesystem | ||
GameProfile | ||
GraphicPack | ||
HW | ||
IOSU | ||
OS | ||
TitleList | ||
CafeSystem.cpp | ||
CafeSystem.h | ||
CMakeLists.txt | ||
GamePatch.cpp | ||
GamePatch.h |