The ultimate fast alternative to Activator.CreateInstance<T> / new T()
-
Updated
Oct 27, 2024 - C#
The ultimate fast alternative to Activator.CreateInstance<T> / new T()
Reflection is a source-generated reflection library, with global caching and support for AOT compilation
It's Activator.CreateInstance... But faster.
Comparison of methods for creating a new instance in C#
Add a description, image, and links to the createinstance topic page so that developers can more easily learn about it.
To associate your repository with the createinstance topic, visit your repo's landing page and select "manage topics."