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
At the time of writing, the Error enum is 216 bytes. We can reduce the size by splitting the enum into different enums (e.g. DeserializeError, SerializeError, ToGeoError, etc). And also consider not embedding types like Feature (which is 208 bytes) into the enum fields (maybe).
The text was updated successfully, but these errors were encountered:
At the time of writing, the
Error
enum is 216 bytes. We can reduce the size by splitting the enum into different enums (e.g.DeserializeError
,SerializeError
,ToGeoError
, etc). And also consider not embedding types likeFeature
(which is 208 bytes) into the enum fields (maybe).The text was updated successfully, but these errors were encountered: