You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is that Atlas is said to be more efficient at rendering the same instance multiple times but unfortunately that is not the case for me.
For example I tried creating 1000 circles that are falling down, so it is the same image but different transformations and the Picture API while sill has poor performance, was better than Atlas.
Note that I testing on an Android, Samsung Galaxy A34.
Not sure also why the output looks different, Atlas circles are smaller? But anyways perf is the bug at the moment
Version
1.4.2
Steps to reproduce
Clone the repo provided and checkout the main branch which uses the picture api and the atlas branch which uses the Atlas Api on an Android device? Perhaps a low end if possible eg: Samsung A34
Snack, code example, screenshot, or link to a repository
Description
Hi, first of all thanks for the great library!!
The issue is that Atlas is said to be more efficient at rendering the same instance multiple times but unfortunately that is not the case for me.
For example I tried creating 1000 circles that are falling down, so it is the same image but different transformations and the Picture API while sill has poor performance, was better than Atlas.
Note that I testing on an Android, Samsung Galaxy A34.
So here is an example using Picture:
And here is the Atlas version:
Screen_Recording_20241013_194143_PictureVsAtlas.mp4
Screen_Recording_20241013_194351_PictureVsAtlas.mp4
Not sure also why the output looks different, Atlas circles are smaller? But anyways perf is the bug at the moment
Version
1.4.2
Steps to reproduce
Clone the repo provided and checkout the
main
branch which uses the picture api and theatlas
branch which uses the Atlas Api on an Android device? Perhaps a low end if possible eg: Samsung A34Snack, code example, screenshot, or link to a repository
Picture
Atlas
The text was updated successfully, but these errors were encountered: