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

parse stream #22

Open
rudolph-miller opened this issue Jul 13, 2015 · 2 comments
Open

parse stream #22

rudolph-miller opened this issue Jul 13, 2015 · 2 comments

Comments

@rudolph-miller
Copy link
Owner

No description provided.

@tmccombs
Copy link

Given that jonathan uses proc-parse, and proc-parse currently only works on vectors, not streams I think there are three ways to add support for parsing from streams:

  1. Add support for streams in proc-parse
  2. Re-write the decoder to read from streams without proc-parse
  3. Read the entire stream into memory, and then parse it.

Personally, I favor number 1.

@jonathanskitten
Copy link

I'm confused but I need this out of my phone

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

3 participants