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
{{ message }}
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
Taking a set of blocks out of the trash is causing a performance hit (~300ms for 20 blocks on iPad mini). This is because this operation is performed as a copy and delete, instead of a true cut.
The text was updated successfully, but these errors were encountered:
vicng
changed the title
Improve performance of transferring gesture recognizers between BlockViews
Improve performance of moving a set of BlockViews from one workspace to another
Apr 5, 2016
Why does it take 300ms to create a copy of the model and perform a layout pass? Could you dig a bit into the performance to figure out where it's spending so much time?
At first glance, it seems like it's the view creation that's causing the performance hit and not the model/layout code. I'll look into it further once I finish the P1s.
Taking a set of blocks out of the trash is causing a performance hit (~300ms for 20 blocks on iPad mini). This is because this operation is performed as a copy and delete, instead of a true cut.
The text was updated successfully, but these errors were encountered: