Skip to content

feat: Remove Exceptions #930

Description

@Jeffrey-morgan34

Generated parseImpl no longer declares throws ParseException/IOException; error paths set a sticky error code and return null instead. Public throwing API unchanged.

Benefit: removes exception-based control flow from the generated hot path, which is expensive in Java.

PR: #915

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

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