android / socialite

Apache License 2.0
346 stars 60 forks source link

Refactor image loading from ContentProvider to IO thread #54

Open yongsuk44 opened 4 months ago

yongsuk44 commented 4 months ago

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