-
Notifications
You must be signed in to change notification settings - Fork 100
No Eq
#244
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
Comments
Do you have a realistic application where this behavior would actually be acceptable? |
I have a tokenized search that has the suggestions paired with a hashable token (some subset of the suggestion's text). In the search if a clash occurs the user will not choose the incorrect suggestions. |
So what you're really looking for is an |
A very intriguing suggestion. I'll look into array-mapped tries. |
Any thoughts on not depending on the
Eq
for a faster lookup and smaller footprint when collisions are not a major issue?The text was updated successfully, but these errors were encountered: