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

Wpf: Fix huge performance penalty using Graphics on many Bitmaps #1699

Merged

Conversation

cwensley
Copy link
Member

When trying to create many bitmaps using the Graphics object it can be very slow due to the GC.Collect() required to eliminate memory leaks. This change makes the GC.Collect non-blocking so that it goes muuuuuch faster.

@cwensley cwensley merged commit 780e081 into picoe:develop May 27, 2020
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.

1 participant