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

Reduce memory allocations for parsing #2

Open
XOSplicer opened this issue Jul 7, 2018 · 0 comments
Open

Reduce memory allocations for parsing #2

XOSplicer opened this issue Jul 7, 2018 · 0 comments

Comments

@XOSplicer
Copy link
Owner

XOSplicer commented Jul 7, 2018

by working with an Iterator<Item=char> as input and output
or use something like LookAheadBuffer impl Iterator<Item=&str> to scroll through windows of the input.

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