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

Clean up backing_store #125

Merged
merged 1 commit into from
Jul 10, 2023
Merged

Clean up backing_store #125

merged 1 commit into from
Jul 10, 2023

Conversation

mattxwang
Copy link
Member

@mattxwang mattxwang commented Jul 10, 2023

Moves over some changes in #124 to keep things clean!

  • removes duplicate UniqueTable
  • reverts backing_store::UniqueTable to only have get_or_insert as part of its interface; move the other methods to just BackedRobinhoodTable
  • tidies up trait bounds (Eq implies PartialEq, Debug is no longer needed)
  • removes unneeded size check in get_by_hash

…o original scope, adding methods to `BackedRobinhoodTable`; tidy up trait bounds
@mattxwang mattxwang merged commit 8a9f56a into main Jul 10, 2023
@mattxwang mattxwang deleted the slim-uniq-table branch July 10, 2023 16:27
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