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

Human-pipelined functions #6

Open
dbarowy opened this issue Jun 5, 2013 · 0 comments
Open

Human-pipelined functions #6

dbarowy opened this issue Jun 5, 2013 · 0 comments

Comments

@dbarowy
Copy link
Collaborator

dbarowy commented Jun 5, 2013

data.automan_map { e => foo(e) }.automan_map { e=> bar(e) }

if pipelined, would allow us to compute bar(foo(e)) without having to block after the first map before the second could start. We can do this if we lazily evaluate the entire expression. Choosing when to evaluate is tricky, though, since we don't want to wait too long.

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