- Notifications
You must be signed in to change notification settings - Fork 14.1k
Closed
Description
Right now we have find_equiv, but nothing else on the hash map implementation that we have. We have received a few PRs for adding more *_equiv methods, and we need to decide how these are going to work out.
I envision one of three routes to take:
- Purge
*_equivand figure out a better way of not allocating when looking up in maps with keys of~str - Remove everything except
find_equiv - Make
*_equivvariants of all functions.
Metadata
Metadata
Assignees
Labels
No labels