Skip to content

Conversation

@crueter
Copy link
Contributor

@crueter crueter commented Dec 25, 2025

ankerl::unordered_dense is faster on average and has less memory usage
than both std::unordered_map and tsl::robin_map. It's also seemingly
better maintained, and shouldn't need an extra patch on top of upstream--this has the added benefit of allowing users to use the system unordered_dense package, which I'm sure the Gentoo packagers will appreciate. Plus it will complement #5159 nicely :)

Obviously, this will need a lot of testing.

Signed-off-by: crueter [email protected]

ankerl::unordered_dense is faster on average and has less memory usage
than both std::unordered_map and tsl::robin_map. It's also seemingly
better maintained, and shouldn't need an extra patch on top of upstream.

Obviously, this will need a lot of testing.

Signed-off-by: crueter <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant