-
Notifications
You must be signed in to change notification settings - Fork 1.3k
rethink partial tiles #2851
Comments
What aspect of it is causing problems for you? |
Our current implementation is highly stateful, and it is difficult to reason about the order or timing of state transitions. This has given rise to pattern of issues where tiles either never finish parsing or are parsed ad infinitum:
These issues are often very difficult and time consuming to debug. Yet despite its complexity, our current strategy is still inefficient: I'm not sure what the right approach is yet, however. |
We need a way of making tiles subscribe to the resources they need and get notified when they arrived. And I'm all in for getting rid of tile states as they are today. They will probably still exist, but IMO they could be inferred at runtime. |
Partially addressed by #5139 |
👍 |
The logic around partial tiles is complex and brittle. We need to rethink this, maybe do it in a totally different way.
cc @tmpsantos @kkaefer
The text was updated successfully, but these errors were encountered: