-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Performance regression from pre-3 to pre-8 #3069
Comments
A rebase will say for sure, but #2951 is also a possibility. |
I'm definitely seeing this in @parrots's app using |
And definitely still not seeing the problem with |
Simply moving 656cb4c back to Trying to figure out what update case we're missing here and how to fix it. /cc @adam-mapbox |
Ah! The |
We need http://stackoverflow.com/questions/7551411/uiscrollview-blocks-run-loop |
NAILED IT 👉 #3072 |
Merged #3072 into release branch & cherry-picked to master. |
Pre-3 fixed the flickering issue for adding/removing annotations on iOS, and the performance was stellar. A matter of milliseconds to make annotation changes and see them in the UI.
Using pre-8 (may have happened earlier, haven't updated since pre-3) annotation changes now take ~1 second to reflect in the UI. There is no flickering or main-thread hanging, that's still all good, but the redraw now takes over a second to complete async.
The text was updated successfully, but these errors were encountered: