Open
Description
Have you looked at using System.IO.Pipelines? Marc Gravell has a blog post about them.
Pipelines - a guided tour of the new IO API in .NET, part 1
It could help reduce the amount data movement in the circular buffer due to Pipelines' Zero copy buffers. I also wonder if there an opportunity to squeeze more performance in the particular case where the files are pure ASCII and avoid converting bytes from files/memory into strings when not required.
Metadata
Metadata
Assignees
Labels
No labels