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

Improve performance consistency #202

Merged
merged 5 commits into from
Apr 1, 2020
Merged

Conversation

RReverser
Copy link
Contributor

Switch from HashMap / HashSet to IndexMap / IndexSet for consistent iteration order of various options and, as a result, more predictable performance.

Switch from HashMap / HashSet to IndexMap / IndexSet for consistent iteration order of various options and, as a result, more predictable performance.
Cargo.toml Outdated Show resolved Hide resolved
@shssoichiro shssoichiro merged commit 878bbed into shssoichiro:master Apr 1, 2020
@RReverser RReverser deleted the indexmap branch April 1, 2020 11:40
@RReverser
Copy link
Contributor Author

@shssoichiro I suppose it's obvious, but just in case - note that this changed types of some public-facing options, so it will probably require bump to 2.4.0.

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.

2 participants