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

CustomFunctions.evaluate clones too much #348

Open
a701440 opened this issue Aug 1, 2016 · 0 comments
Open

CustomFunctions.evaluate clones too much #348

a701440 opened this issue Aug 1, 2016 · 0 comments

Comments

@a701440
Copy link

a701440 commented Aug 1, 2016

Is it possible to avoid cloning a lot of AST in the CustomFunctions.evaluate. It appears that even for simple functions that don't use most of the arguments a lot of inefficient cloning is taking place. Perhaps this could be a configuration option. This way authors of custom functions could clone internally if needed when this option is set to false. Actually it's not clear why cloning is needed. Standard function packages don't seem to clone.

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

No branches or pull requests

1 participant