eden/src/dynarmic/tests
lizzie a8093c2a3c
[*] change all std::unordered_map and std::unordered_set into ankerl::unordered_dense::map/set variants (#3442)
mainly doing this to reduce memory footprint; we all know how nice ankerl::unordered_dense is

in theory 4x faster - in practice these maps arent that "hot" anyways so not likely to have much perf gained

i just want to reduce mem fragmentation to ease my porting process, plus it helps other platforms as well (ahem weak Mediatek devices) :)

Signed-off-by: lizzie <lizzie@eden-emu.dev>

Co-authored-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3442
Reviewed-by: DraVee <dravee@eden-emu.dev>
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
Co-authored-by: lizzie <lizzie@eden-emu.dev>
Co-committed-by: lizzie <lizzie@eden-emu.dev>
2026-02-10 03:34:07 +01:00
..
A32 [dynarmic] reduce CPU usage on Spooky Mansion by making blocks be page-sized and page-aligned; replace std::set<> with ankerl set in arm64 (#3253) 2026-01-31 00:21:45 +01:00
A64 [*] change all std::unordered_map and std::unordered_set into ankerl::unordered_dense::map/set variants (#3442) 2026-02-10 03:34:07 +01:00
fp [cmake] refactor: Use CPM over submodules (#143) 2025-08-04 04:50:14 +02:00
native [common] replace Common::BitCast with libc++ provided one (#2774) 2025-10-22 02:56:28 +02:00
unicorn_emu [dynarmic] simplify assert macro usage (Only ASSERT/DEBUG_ASSERT are needed) (#2890) 2025-10-31 17:22:06 +01:00
CMakeLists.txt [cmake] fix dynarmic tests (#3192) 2025-12-23 01:34:58 +01:00
decoder_tests.cpp [dynarmic] reduce CPU usage on Spooky Mansion by making blocks be page-sized and page-aligned; replace std::set<> with ankerl set in arm64 (#3253) 2026-01-31 00:21:45 +01:00
fuzz_util.cpp [cmake] refactor: Use CPM over submodules (#143) 2025-08-04 04:50:14 +02:00
fuzz_util.h [cmake] refactor: Use CPM over submodules (#143) 2025-08-04 04:50:14 +02:00
print_info.cpp [src/dynarmic] Fix No member named 'join' in namespace 'fmt' (#3188) 2025-12-21 17:28:49 +01:00
rand_int.h [cmake] refactor: Use CPM over submodules (#143) 2025-08-04 04:50:14 +02:00
rsqrt_test.cpp [cmake] refactor: Use CPM over submodules (#143) 2025-08-04 04:50:14 +02:00
rsqrt_test_fn.s [cmake] refactor: Use CPM over submodules (#143) 2025-08-04 04:50:14 +02:00
test_generator.cpp [dynarmic] reduce CPU usage on Spooky Mansion by making blocks be page-sized and page-aligned; replace std::set<> with ankerl set in arm64 (#3253) 2026-01-31 00:21:45 +01:00
test_reader.cpp [cmake] refactor: Use CPM over submodules (#143) 2025-08-04 04:50:14 +02:00
x64_cpu_info.cpp [cmake] refactor: Use CPM over submodules (#143) 2025-08-04 04:50:14 +02:00