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

Performance of field calculus constructs #20

Open
metaphori opened this issue Dec 13, 2017 · 0 comments
Open

Performance of field calculus constructs #20

metaphori opened this issue Dec 13, 2017 · 0 comments

Comments

@metaphori
Copy link
Contributor

  • The implementation of branch on top of aggregate is nice by a logical point of view; however, aggregate is currently implemented by looking at the stack trace, which is an expensive operation.
    For this reason, it makes sense to implement branch directly in the interpreter as a core construct rather than as a derived one.
  • FoldhoodPlus is implemented on top of foldhood: this means that the given expression is executed also for the current device, though its result is discarded in favor of the init value of the fold.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant