Skip to content

Have you considered looking at System.IO.Pipelines ? #35

Open
@pbolduc

Description

@pbolduc

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions