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

Add chunk sequence implementation optimized for slicing unbounded inputs #122

Open
pineapplemachine opened this issue Aug 4, 2017 · 0 comments
Assignees
Labels
type: optimization The issue involves making existing functionality more performant.

Comments

@pineapplemachine
Copy link
Owner

pineapplemachine commented Aug 4, 2017

Currently the implementation falls back to ForwardChunkSequence for any sequence without known length. This is suboptimal for unbounded slicing sequences, and the output sequence does not support all the methods that are possible for such inputs.

@pineapplemachine pineapplemachine added the type: optimization The issue involves making existing functionality more performant. label Aug 4, 2017
@pineapplemachine pineapplemachine self-assigned this Aug 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: optimization The issue involves making existing functionality more performant.
Projects
None yet
Development

No branches or pull requests

1 participant