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

Streaming input #40

Open
vigoo opened this issue Mar 1, 2022 · 0 comments
Open

Streaming input #40

vigoo opened this issue Mar 1, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@vigoo
Copy link
Collaborator

vigoo commented Mar 1, 2022

Earlier versions of the parser supported streaming input which was dropped in favor of using strings directly to maximize performance. We should keep the direct string parsing for use cases where high performance is needed but could also reintroduce support for streaming input:

  • Parsing input to be a ZStream of characters
  • Syntax converted to sink/pipeline to inject parsing and printing into streams
  • Reintroduce the cut operator and the maxDistance modifier to control memory buffering required for backtracking on streams
@vigoo vigoo added the enhancement New feature or request label Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant