eden/src/tests/common
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
..
bit_field.cpp [cmake] allow static MinGW/macOS builds; fix clangarm64 (#2994) 2025-11-11 06:22:33 +01:00
cityhash.cpp tests: update catch2 to 3.0.1 2023-01-05 04:58:31 +01:00
container_hash.cpp tests: mark integer literals as unsigned 2023-03-26 15:39:07 -04:00
fibers.cpp [*] 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
host_memory.cpp core: track separate heap allocation for linux 2023-12-25 23:30:56 -05:00
param_package.cpp tests: update catch2 to 3.0.1 2023-01-05 04:58:31 +01:00
range_map.cpp Fixes 'Continous' typo 2023-03-29 19:26:12 -07:00
ring_buffer.cpp msvc: set warning level to /W4 globally 2023-09-03 18:42:10 +04:00
scratch_buffer.cpp general: fix spelling mistakes 2023-03-12 11:33:01 -04:00
undefined_fix.cpp [tests] fix compile+linking issues with PlayTime (#3345) 2026-01-19 16:27:18 +01:00
unique_function.cpp general: fix build failure on clang 17 2023-10-17 22:44:21 -04:00