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

Register implementation factory rather than type #16

Merged
merged 1 commit into from
Sep 28, 2022
Merged

Register implementation factory rather than type #16

merged 1 commit into from
Sep 28, 2022

Conversation

kzu
Copy link
Contributor

@kzu kzu commented Sep 28, 2022

This will have better performance characteristics since it skips run-time reflection invocation of the constructor.

Fixes #15

@kzu kzu enabled auto-merge (rebase) September 28, 2022 17:38
This will have better performance characteristics since it
skips run-time reflection invocation of the constructor.

Fixes #15
@kzu kzu merged commit 929de92 into main Sep 28, 2022
@kzu kzu deleted the dev/ctors branch September 28, 2022 17:47
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.

Skip run-time constructor invocation reflection
1 participant