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

eager vs lazy evaluation #65

Closed
rapus95 opened this issue Oct 10, 2019 · 1 comment
Closed

eager vs lazy evaluation #65

rapus95 opened this issue Oct 10, 2019 · 1 comment

Comments

@rapus95
Copy link

rapus95 commented Oct 10, 2019

Maybe we could begin unifying the iterator interface to a lazy only version to get people used to materializing manually where needed. Then we should add some Cache iterator and a materializing function though. The latter one would probably just call collect. The Cache iterator would be needed to prevent the situation that originally made Base use eager evaluation as the default.

@oxinabox
Copy link
Member

oxinabox commented Jun 6, 2023

Closed by #103 and just generally julia moving on

@oxinabox oxinabox closed this as completed Jun 6, 2023
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

2 participants