Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed dynamic Lambda parameters #23

Closed
wants to merge 5 commits into from

Conversation

lukas-ais
Copy link
Contributor

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... :(

*fixed calling System.Math
*added (event based) extensibility for parameters and functions
*made Parameters dictionary private to improve performance
*fixed binary operators
*improved unit tests
@sklose
Copy link
Owner

sklose commented Feb 7, 2024

closing cause it's stale

@sklose sklose closed this Feb 7, 2024
@lukas-ais
Copy link
Contributor Author

closing cause it's stale

It was stale because you never gave a feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Why ToLambda<T> does not evaluate parameters dynamically
2 participants