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 recently added air traffic example highlights a lot of performance bottlenecks in every single corner of the app (and probably SDK too now that I think of it...).
All these bottlenecks should have a dedicated issue explaining what's going on so we can investigate them at some point.
The first thing to try out is the cleaned up dataset, which demonstrates a lot of performance issues with normal looking data:
and then move on to the raw dataset, which adds another layer of issues specific to ill-formed data (which ironically is more likely to be what's in the wild):
The recently added air traffic example highlights a lot of performance bottlenecks in every single corner of the app (and probably SDK too now that I think of it...).
All these bottlenecks should have a dedicated issue explaining what's going on so we can investigate them at some point.
The first thing to try out is the cleaned up dataset, which demonstrates a lot of performance issues with normal looking data:
and then move on to the raw dataset, which adds another layer of issues specific to ill-formed data (which ironically is more likely to be what's in the wild):
The text was updated successfully, but these errors were encountered: