2.3.1 / FastExpressionCompiler #83
AntonovAnton
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
IExpressionCompiler
interface, which allows you to inject your own compiler. This is useful if you want to use a different compiler or if you want to customize the compilation process in some way.MathEvaluator.FastExpressionCompiler
library is an extension of theMathEvaluator
library that uses the FastExpressionCompiler library to provide performance improvements of up to 10-40x compared to the built-in .NETLambdaExpression.Compile()
method.Example of using the
MathEvaluator.FastExpressionCompiler
, more details in documentation:Full Changelog: 2.3.0...2.3.1
This discussion was created from the release 2.3.1 / FastExpressionCompiler.
Beta Was this translation helpful? Give feedback.
All reactions