eden/src/hid_core
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
..
frontend [*] 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
hidbus [meta] fix license headers (#2547) 2025-09-21 21:58:59 +02:00
irsensor [meta] fix license headers (#2547) 2025-09-21 21:58:59 +02:00
resources [hle,display,overlay,starter,hid] add overlay functions, starter applet (initially), HID handheld for system applets and fw21 stubs (#3080) 2025-11-27 19:46:41 +01:00
CMakeLists.txt nuke: Goodbye PCH, you will not be missed (#2821) 2025-10-27 20:50:16 +01:00
hid_core.cpp hid_core: Move hid to it's own subproject 2024-01-05 11:41:15 -06:00
hid_core.h hid_core: Move hid to it's own subproject 2024-01-05 11:41:15 -06:00
hid_result.h service: hid: Fully implement touch resource 2024-01-28 18:27:25 -06:00
hid_types.h Merge pull request #13135 from german77/hid-interface 2024-02-27 12:26:26 -05:00
hid_util.h service: hid: Create abstracted pad structure 2024-01-11 19:35:04 -06:00
resource_manager.cpp service: hid: Move and migrate AppletResource and ActiveVibrationDevice 2024-02-23 17:49:02 -06:00
resource_manager.h service: hid: Move and migrate AppletResource and ActiveVibrationDevice 2024-02-23 17:49:02 -06:00