sklose / NCalc2

expression evaluator for .NET with built-in compiler
MIT License
166 stars 58 forks source link

fixed dynamic Lambda parameters #23

Closed lukas-ais closed 7 months ago

lukas-ais commented 5 years ago

This PR fixes #13 .

I know, there is a breaking change in API. This was the only solution I found to solve the performance issue in accessing parameters. For sure, we can discuss other solutions.

After pushing changes I found that github does not visualize renaming files. I fixed the name of LambdaExpressionVis(i)tor. Maybe, we need (temporary) rollback file rename to visualize the internal changes... :(

sklose commented 7 months ago

closing cause it's stale

lukas-ais commented 7 months ago

closing cause it's stale

It was stale because you never gave a feedback.