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

Updating Cursor and Type to avoid repeated hot path allocations #272

Merged
merged 1 commit into from
Sep 29, 2021

Conversation

tannergooding
Copy link
Member

This resolves #260

@danieljennings
Copy link
Contributor

Thanks! Those changes look great; they look like a smarter version of what I was doing locally to workaround this (including the .NET 5+ stuff that I hadn't seen used before today).

Thanks for taking the time to do this work, and for working on this project in general.

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.

Performance of Cursor's CursorChildren (CXCursor.VisitChildren)
2 participants