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

Change to "new T()" activation. #57

Merged
merged 3 commits into from
Nov 2, 2023
Merged

Change to "new T()" activation. #57

merged 3 commits into from
Nov 2, 2023

Conversation

MarkPflug
Copy link
Contributor

.NET 6 improved the performance to match what was previously done with ILEmit. There should no longer be a need for the complexity of the custom activation code. I ran a handful of the faster benchmarks before and after to confirm I saw no measurable difference (on my machine).

joelverhagen/joelverhagen.com#1

.NET 6 improved the performance to match what was previously done with ILEmit.
@joelverhagen
Copy link
Owner

Ah, sorry I missed joelverhagen/joelverhagen.com#1. It's been there for years 😰.

This change looks great. Thank you!

@joelverhagen joelverhagen merged commit 2d7e400 into joelverhagen:main Nov 2, 2023
2 checks passed
@MarkPflug MarkPflug deleted the simple_activation branch November 2, 2023 21:04
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.

2 participants