codemill.vmfirstnav
codemill.vmfirstnav copied to clipboard
Compiled lambda expressions to improve performance?
trafficstars
@chriszirkel is seeing performance improvements instantiating objects via compiled lambda expressions. Try using those & see what happens with this library.
Some more info:
- https://gist.github.com/chriszirkel/cf25c675e6c091dc159d662dc46b5538
- https://stackoverflow.com/questions/20730329/create-compiled-expession-lambda-for-types-known-only-at-runtime
- https://stackoverflow.com/questions/6582259/fast-creation-of-objects-instead-of-activator-createinstancetype