Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: support heterogenous lookup for maps #957

Open
chenlijun99 opened this issue Sep 15, 2024 · 1 comment
Open

Feature request: support heterogenous lookup for maps #957

chenlijun99 opened this issue Sep 15, 2024 · 1 comment
Assignees

Comments

@chenlijun99
Copy link

Hi,
I think heterogeneous lookup could be a nice addition. Main use case I think is when working with etl::unordered_map and etl::unordered_set where we wouldn't need to allocate the key to find items.

@jwellbelove
Copy link
Contributor

Heterogenous lookup has been implemented for all of the map/set containers, except for etl::unordered_map/set & etl::unordered_multimap/multiset.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants