patrickhuber / Pliant

MIT License
26 stars 4 forks source link

investigate System.IO.Pipelines in the ParseReader #98

Open patrickhuber opened 5 years ago

patrickhuber commented 5 years ago

System.IO.Pipelines handles buffer management for the consumer. This may have performance benefits over reading one byte at a time from the underlying stream.