REPLAY-1890: Implement pool of reusable bitmaps#1554
Merged
jonathanmos merged 1 commit intoAug 9, 2023
Conversation
jonathanmos
force-pushed
the
jmoskovich/replay-1890/bitmap-pool
branch
from
July 25, 2023 07:37
bd8e3f1 to
f703ef9
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feature/base64-jmoskovich #1554 +/- ##
=============================================================
- Coverage 83.63% 83.32% -0.30%
=============================================================
Files 439 443 +4
Lines 14977 15070 +93
Branches 2258 2272 +14
=============================================================
+ Hits 12525 12557 +32
- Misses 1879 1923 +44
- Partials 573 590 +17
🚀 New features to boost your workflow:
|
mariusc83
requested changes
Jul 25, 2023
mariusc83
requested changes
Jul 27, 2023
mariusc83
left a comment
Member
There was a problem hiding this comment.
I like the idea of backing up the BitmapPool with an LruCache. There are still things to address in here but the idea works.
jonathanmos
force-pushed
the
jmoskovich/replay-1890/bitmap-pool
branch
3 times, most recently
from
July 31, 2023 07:46
ab97424 to
ba3545f
Compare
jonathanmos
commented
Jul 31, 2023
jonathanmos
commented
Jul 31, 2023
jonathanmos
force-pushed
the
jmoskovich/replay-1890/bitmap-pool
branch
2 times, most recently
from
July 31, 2023 10:30
080e566 to
c0a9969
Compare
jonathanmos
marked this pull request as ready for review
July 31, 2023 11:00
mariusc83
previously approved these changes
Aug 8, 2023
jonathanmos
force-pushed
the
jmoskovich/replay-1890/bitmap-pool
branch
from
August 8, 2023 08:35
c0a9969 to
227afe9
Compare
mariusc83
approved these changes
Aug 9, 2023
jonathanmos
force-pushed
the
jmoskovich/replay-1890/bitmap-pool
branch
from
August 9, 2023 09:27
227afe9 to
8002635
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Adds a reusable bitmap pool for base64.
Motivation
Reduce the number of new bitmaps created.
Additional Notes
Anything else we should know when reviewing?
Review checklist (to be filled by reviewers)