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));
662662### Commercial
663663* [Eval Expression .NET ](http :// eval-expression.net/)
664664
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 ).
666666
667667The 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 .
668668So 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