dadhi/FastExpressionCompiler

Optimize Switch with OpCodes.Switch

dadhi opened this issue · 0 comments

Use Switch IL Code for Integer, long, ... (if possible). When int difference is less than 3 it should be used!

See the #133, #397 to reference the other Switch features