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

Consider replacing instances of Vec with HashSet #49

Open
hwittenborn opened this issue Apr 29, 2023 · 0 comments
Open

Consider replacing instances of Vec with HashSet #49

hwittenborn opened this issue Apr 29, 2023 · 0 comments

Comments

@hwittenborn
Copy link
Member

From what I'm reading in some places, HashSet can be a lot faster than Vecs in certain scenarios, and we should look into replacing time-sensitive parts of the codebase with uses of HashSet instead.

I'm not entirely sure, but it may solve issues such as #31.

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

No branches or pull requests

1 participant