Skip to content

Reduce size of Error enum #197

Open
Open
@frewsxcv

Description

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).

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions