Skip to content

chore: Optimize Source Generators #764

Description

We should analyze our source generator code and ensure that we're being as efficient in terms of both CPU and I/O. Things like, utilizing StringBuilders (pooled? cached?), using the appropriate builder methods (AppendLine instead of manually inserting "\n" characters), ordering checks, reducing allocations, etc

Additionally, we should ensure that we're shipping the highly optimized, release generator dll instead of the debug version.

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