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

hash_multimap #240

Closed
ExeVirus opened this issue May 19, 2024 · 1 comment
Closed

hash_multimap #240

ExeVirus opened this issue May 19, 2024 · 1 comment

Comments

@ExeVirus
Copy link

Hello, great set of maps, and hash maps. Love using them as often as possible.

Realized today you don't have a hash_multimap, but do have a btree_multimap. I could see a lot of value in the node-based hash multimap (doubtful the flat version is useful, as each bucket is probably larger than 100 bytes).

Is there anything stopping this library from having such a map?

@greg7mdp
Copy link
Owner

Hi @ExeVirus , thank you for the kind words. You are right, there could be a hash_multimap, but it would require some development effort that I just haven't done yet, and frankly I don't think I'll do anytime soon as I'm very busy at work these days.

@greg7mdp greg7mdp closed this as not planned Won't fix, can't repro, duplicate, stale May 26, 2024
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

No branches or pull requests

2 participants