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
Very inefficient, requires a JSON writer for no good reason and is slow.
Looks like Javascript thinking to me. Should be replaced with a sort key from the structure itself.
The text was updated successfully, but these errors were encountered:
To generate a layoutKey when parsing geometry for a tile, the toolkit constructs JSON to use, presumably in the comparison.
https://github.com/maplibre/maplibre-gl-native/blob/0058c3307285c4116270848de9b4c8d182a2c345/src/mbgl/tile/geometry_tile_worker.cpp#L354
https://github.com/maplibre/maplibre-gl-native/blob/main/src/mbgl/renderer/group_by_layout.cpp
Very inefficient, requires a JSON writer for no good reason and is slow.
Looks like Javascript thinking to me. Should be replaced with a sort key from the structure itself.
The text was updated successfully, but these errors were encountered: