eden-miror/src/video_core/host1x/codecs
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
..
codec.cpp video_core: refactor video frame and packet parsing 2023-11-16 17:01:38 -05:00
codec.h video_core: refactor video frame and packet parsing 2023-11-16 17:01:38 -05:00
decoder.cpp [host1x] Improve FFmpeg error handling (#2643) 2025-10-02 00:15:14 +02:00
decoder.h [*] 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
h264.cpp [meta] fix license headers (#2547) 2025-09-21 21:58:59 +02:00
h264.h Port changes from Early Access 2025-04-04 03:40:46 +02:00
vp8.cpp Port changes from Early Access 2025-04-04 03:40:46 +02:00
vp8.h Port changes from Early Access 2025-04-04 03:40:46 +02:00
vp9.cpp [meta] fix license headers (#2547) 2025-09-21 21:58:59 +02:00
vp9.h Port changes from Early Access 2025-04-04 03:40:46 +02:00
vp9_types.h Port changes from Early Access 2025-04-04 03:40:46 +02:00