Files
eden/src/common
crueter 7fda6dde73 [common] Switch to boost::unordered_flat containers (#4326)
Replaces all instances of ankerl's unordered map/set with boost's
`unordered_flat_*` classes. This uses std::hash since boost::hash is
actually a lot slower.

Also adds an abstraction layer in `Common` so future changes are quicker
and easier.

Other implementation details:
- ankerl provided hash specializations for tuple and pair, so those were
  ported here
- std::erase_if doesn't work on boost, so just used the ADL'd erase_if

This should be about equal or superior performance as unordered_dense for everything except iteration.

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

- [x] I have read and followed the [Contribution Guidelines](https://git.eden-emu.dev/eden-emu/eden/src/branch/master/CONTRIBUTING.md#code-contributions).
- [x] I have read and followed the [AI Policy](https://git.eden-emu.dev/eden-emu/eden/src/branch/master/docs/policies/AI.md)
- [x] I have read and followed the [Coding Guidelines](https://git.eden-emu.dev/eden-emu/eden/src/branch/master/docs/policies/Coding.md) to the best of my ability.

-------------------

Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/4326
Reviewed-by: Lizzie and Samuel <lizzie@eden-emu.dev>
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
2026-08-31 02:58:09 +02:00
..
2025-11-30 06:04:36 +01:00
2023-01-29 17:49:42 -07:00
2022-10-06 21:00:53 +02:00
2022-04-28 18:24:11 +02:00
2022-04-28 18:24:11 +02:00
2023-01-29 17:49:42 -07:00
2022-07-27 12:53:49 +02:00
2025-04-10 01:11:22 +02:00
2022-07-27 12:53:49 +02:00
2025-09-21 21:58:59 +02:00
2024-02-19 16:00:46 +01:00
2023-07-04 16:02:58 +01:00
2024-01-15 23:26:53 +00:00
2024-02-17 12:32:33 -05:00
2023-11-25 00:47:35 -05:00
2026-06-04 05:49:07 +02:00
2025-09-21 21:58:59 +02:00