Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimization Pass #25

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Optimization Pass #25

wants to merge 4 commits into from

Conversation

Hawxy
Copy link

@Hawxy Hawxy commented Dec 25, 2024

A couple minor items I've had sitting around for a while.

  • Adjust SourceWriter to be backed by a string builder pool and get rid of intermediary string allocations if possible
  • Move to generated regex where possible
  • Sealed generated code and added GeneratedCodeAttribute to classes for better tooling support.
  • Fast-path a few spots.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant