LibTessDotNet icon indicating copy to clipboard operation
LibTessDotNet copied to clipboard

Removed JIT dependency

Open morgoth990 opened this issue 2 years ago • 1 comments

Creator war compiling at runtime to generate a Lambda that instantiate an object of type T. Replaced with new T()

Discussed in issue #51

morgoth990 avatar Apr 12 '22 10:04 morgoth990

#46 was the original reason by the way, so I'll probably have a look to see if JIT or not can be detected somehow before merging the PR. 30% faster isn't something I'd want to regress on.

speps avatar Apr 12 '22 11:04 speps