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

Refactor image loading from ContentProvider to IO thread #54

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

yongsuk44
Copy link

@yongsuk44 yongsuk44 commented Apr 13, 2024

Moved the task of fetching Asset files from the ContentProvider from the MainThread to the IO thread


before after
스크린샷 2024-04-13 13 59 52 image

BenchMark

HardWare : SM-G960N

before - MainThread

-- min median max
TTFD 636.9 654.0 697.7
TTID 479.8 491.4 519.0

after - IO Thread

-- min median max
TTFD 489.4 503.1 529.0
TTID 400.7 413.4 423.3

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

1 participant