mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-06-05 06:04:58 -06: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 |
||
|---|---|---|
| .. | ||
| ACR | ||
| AI | ||
| Common | ||
| Espresso | ||
| Latte | ||
| MMU | ||
| SI | ||
| VI | ||