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

RemoveUnusedContexts() needs performance improvement #37

Closed
dgm9704 opened this issue Mar 17, 2016 · 0 comments
Closed

RemoveUnusedContexts() needs performance improvement #37

dgm9704 opened this issue Mar 17, 2016 · 0 comments
Assignees
Labels

Comments

@dgm9704
Copy link
Owner

dgm9704 commented Mar 17, 2016

RemoveUnusedContexts() gets IEnumerable and calls Contains multiple times. Should probably call ToList() first

@dgm9704 dgm9704 added the bug label Mar 17, 2016
@dgm9704 dgm9704 self-assigned this Mar 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant