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

Optimization of piping to bind #1110

Open
bbrk24 opened this issue Mar 21, 2024 · 0 comments
Open

Optimization of piping to bind #1110

bbrk24 opened this issue Mar 21, 2024 · 0 comments
Labels
efficiency Improving efficiency of compiler or generated code

Comments

@bbrk24
Copy link
Contributor

bbrk24 commented Mar 21, 2024

x |> foo@bar y could compile to foo.bar(y, x) rather than actually calling foo.bar.bind. A similar optimization can be done for ||>.

@edemaine edemaine added the efficiency Improving efficiency of compiler or generated code label Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
efficiency Improving efficiency of compiler or generated code
Projects
None yet
Development

No branches or pull requests

2 participants