2
0
mirror of https://github.com/skyline-emu/skyline.git synced 2025-04-14 20:00:00 +03:00
Billy Laws 22039df301 Transition to std::unordered_set for buffer view tracking
Has the same guarantees of pointer stabilty while also being significantly faster in cases where a buffer has thousands of views. This is the case in RE4 and this change leads to an almost 1000% performance improvement in that game.
2022-06-09 23:52:13 +01:00
..