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

Minor perf improvement for why command #2851

Merged
merged 1 commit into from
Oct 18, 2017
Merged

Conversation

theimowski
Copy link
Member

I got from 6s down to 3s on my box for the original case #2844

This replaces Map with IDictionary and cycle dependency prevention is a bit faster now

@forki
Copy link
Member

forki commented Oct 17, 2017 via email

@forki forki merged commit 91bf6b0 into fsprojects:master Oct 18, 2017
@forki
Copy link
Member

forki commented Oct 18, 2017

in #2853 I replaced the set with a hashset. Not sure if it's still correct?! Can you please review?

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