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

feat(cordyceps): add FusedIterator impls for List iterators #315

Merged
merged 1 commit into from
Sep 8, 2022

Conversation

hawkw
Copy link
Owner

@hawkw hawkw commented Sep 8, 2022

This enables additional optimizations if these iterators are guaranteed
to never return Some again after returning None once, which they
are.

This enables additional optimizations if these iterators are guaranteed
to never return `Some` again after returning `None` once, which they
are.
@hawkw hawkw enabled auto-merge (squash) September 8, 2022 21:19
@hawkw hawkw merged commit 06179e2 into main Sep 8, 2022
@hawkw hawkw deleted the eliza/list-fused-iter branch September 8, 2022 21:27
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

Successfully merging this pull request may close these issues.

1 participant