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

Replace usages of std::collections::HashMap + HashSet with FxHashMap/FxHashSet #92

Open
mattwparas opened this issue Nov 2, 2023 · 0 comments · May be fixed by #165
Open

Replace usages of std::collections::HashMap + HashSet with FxHashMap/FxHashSet #92

mattwparas opened this issue Nov 2, 2023 · 0 comments · May be fixed by #165
Labels
good first issue Good for newcomers

Comments

@mattwparas
Copy link
Owner

None of the workloads should require the security of the hashmap - we should just blanket swap to use the FxHash variant instead

@mattwparas mattwparas added the good first issue Good for newcomers label Nov 2, 2023
@TheRealLorenz TheRealLorenz linked a pull request Feb 9, 2024 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant