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

Implement advance_by for FlatStack's iterator #36

Open
antiguru opened this issue Jun 4, 2024 · 0 comments
Open

Implement advance_by for FlatStack's iterator #36

antiguru opened this issue Jun 4, 2024 · 0 comments

Comments

@antiguru
Copy link
Owner

antiguru commented Jun 4, 2024

The default advance_by loops $n$ times to skip $n$ elements, but since we likely have a slice iterator, we can just forward the call and get its constant-time implementation.

Context: TimelyDataflow/differential-dataflow#494 (comment)

cc @frankmcsherry

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

1 participant