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

Preallocate bitmap when decoding software bitmap. #354

Merged
merged 1 commit into from
Apr 9, 2020

Conversation

colinrtwhite
Copy link
Member

This should greatly improve the bitmap pool hit rate if decoding subsequent images that are exactly the same size.

According to my benchmarks preallocating vs. letting BitmapFactory allocate the bitmap has no performance difference.

@colinrtwhite colinrtwhite merged commit 8aa1dbf into master Apr 9, 2020
@colinrtwhite colinrtwhite deleted the colin/preallocate_bitmap branch April 9, 2020 03:24
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