codemill.vmfirstnav icon indicating copy to clipboard operation
codemill.vmfirstnav copied to clipboard

Compiled lambda expressions to improve performance?

Open codemillmatt opened this issue 8 years ago • 0 comments
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

codemillmatt avatar Jul 13 '17 17:07 codemillmatt