File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -662,7 +662,7 @@ evaluator.Types.Add(typeof(MyClass));
662
662
### Commercial
663
663
* [Eval Expression .NET ](http :// eval-expression.net/)
664
664
665
- I would say every C # evaluation libraries have drawbacks and benefits , ExpressionEvaluator is not an exception so choose wisely (Read ).
665
+ I would say every C # evaluation libraries have drawbacks and benefits , ExpressionEvaluator is not an exception so choose wisely (Read docs and licences ).
666
666
667
667
The biggest difference of ExpressionEvaluator is that everything is evaluated on the fly , nothing is compiled or transpile nor in CLR /JIT /IL nor in lambda expressions nor in javascript or other languages stuffs .
668
668
So it can be slower in some cases (sometimes not ) but it also avoid a lot of memory leaks .
You can’t perform that action at this time.
0 commit comments