jonathan icon indicating copy to clipboard operation
jonathan copied to clipboard

parse stream

Open rudolph-miller opened this issue 9 years ago • 2 comments

rudolph-miller avatar Jul 13 '15 15:07 rudolph-miller

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.

tmccombs avatar Jan 23 '16 06:01 tmccombs

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

jonathanskitten avatar Jun 30 '21 00:06 jonathanskitten