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

refactor: use std::unordered_map instead of bespoke utpHashTable #13

Merged

Conversation

ckerr
Copy link
Member

@ckerr ckerr commented Nov 3, 2023

Part three of a three-part seriers to use std:: tools instead of bespoke ones. See the first PR, #7, for details.

This PR replaces the utpHashTable and bespoke hashtable code with std::unordered_map<>.

Fixes #6.

CC @Coeur @mikedld @tearfur

@ckerr ckerr merged commit 4ed4d43 into post-3.4-transmission Nov 10, 2023
10 checks passed
@ckerr ckerr deleted the refactor/use-std-unordered-map-instead-of-bespoke branch November 10, 2023 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants