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

Tune Stateful iterator #25792

Merged
merged 1 commit into from
Jan 29, 2018
Merged

Tune Stateful iterator #25792

merged 1 commit into from
Jan 29, 2018

Conversation

Keno
Copy link
Member

@Keno Keno commented Jan 29, 2018

This attempts to address some of the performance regressions observed
with the Stateful iterator #25736. It gets most of the way there,
but unfortunately still ends up allocating the Stateful iterator
object rather than propagating through the fields. Getting the rest
of the way there will require some compiler tweaks.

This attempts to address some of the performance regressions observed
with the Stateful iterator #25763. It gets most of the way there,
but unfortunately still ends up allocating the `Stateful` iterator
object rather than propagating through the fields. Getting the rest
of the way there will require some compiler tweaks.
@Keno Keno merged commit 3490f72 into master Jan 29, 2018
@martinholters martinholters deleted the kf/tunestateful branch January 29, 2018 16:02
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.

2 participants