Files
dolphin/Source/Core/Common
Sintendo f2392e4048 Avoid map/set double lookups
Fix some common anti-patterns with these data structures.

- You can dereference the iterator returned by `find` to access the
  underlying value directly, without an extra `operator[]`/`at`.
- Rather than checking for an element before insertion/deletion, you can
  just do the operation and if needed check the return value to
  determine if the insertion/deletion succeeded.
2025-07-08 06:53:42 +02:00
..
2025-07-08 06:53:42 +02:00
2023-06-29 02:35:44 -05:00
2025-03-11 19:48:45 -04:00
2024-08-20 14:59:54 +02:00
2024-07-23 14:06:21 -07:00
2023-11-03 16:15:04 +01:00
2023-11-03 16:15:04 +01:00
2023-06-06 22:49:53 -05:00
2025-04-21 21:57:49 +02:00
2025-04-27 20:07:13 -05:00
2023-11-28 23:03:26 +11:00
2023-09-21 01:19:23 +02:00
2023-09-21 01:19:23 +02:00
2023-12-01 19:52:21 +01:00
2025-03-11 19:48:45 -04:00
2024-08-20 14:59:54 +02:00
2025-03-11 19:48:45 -04:00
2025-01-08 12:46:31 -05:00
2025-03-29 15:05:02 +01:00
2025-03-29 15:05:02 +01:00
2025-02-25 06:42:13 +01:00
2023-09-21 01:19:23 +02:00
2025-03-11 19:48:45 -04:00
2025-04-21 21:57:49 +02:00
2024-08-20 14:59:54 +02:00
2025-03-11 19:48:45 -04:00
2025-03-11 19:48:45 -04:00