Skip to content

Add chunk sequence implementation optimized for slicing unbounded inputs #122

@pineapplemachine

Description

@pineapplemachine

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.

Metadata

Metadata

Labels

type: optimizationThe issue involves making existing functionality more performant.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions