LibTessDotNet
LibTessDotNet copied to clipboard
Removed JIT dependency
Creator war compiling at runtime to generate a Lambda that instantiate an object of type T. Replaced with new T()
Discussed in issue #51
#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.