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
In Chrome, for me, JSON.stringify and geobuf.encode, seem to take about ~200ms each.
I did not try other browsers yet.
(Unfortunately I can't share my actual GeoJSON, but if we decide to move forward with trying to make geobuf work for us, then I'll likely construct a similar test case; our GeoJSON is described in the linked issue though)
The text was updated successfully, but these errors were encountered:
Consider this a companion for #114 to also challenge this claim from the README (and the similar claim from the pbf README):
Namely, this is our use-case: maplibre/maplibre-gl-js#106 (comment)
In Chrome, for me,
JSON.stringify
andgeobuf.encode
, seem to take about ~200ms each.I did not try other browsers yet.
(Unfortunately I can't share my actual GeoJSON, but if we decide to move forward with trying to make geobuf work for us, then I'll likely construct a similar test case; our GeoJSON is described in the linked issue though)
The text was updated successfully, but these errors were encountered: