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

Use BTreeMap instead of HashMap #1140

Conversation

christian-schilling
Copy link
Member

Using HashMap introduced nondeterminism when converting to Filter representation and that sometimes led to infinite loops in the optimiser.

Change: btreemap

Using HashMap introduced nondeterminism when converting to Filter
representation and that sometimes led to infinite loops in the
optimiser.

Change: btreemap
@christian-schilling christian-schilling force-pushed the @changes/master/christian.schilling.de@gmail.com/btreemap branch from 48a5cdc to 919cff5 Compare February 21, 2023 13:37
@christian-schilling christian-schilling merged commit 0bb834c into master Feb 21, 2023
@christian-schilling christian-schilling deleted the @changes/master/christian.schilling.de@gmail.com/btreemap branch February 21, 2023 13:46
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.

None yet

2 participants