System.IO.Pipelines (10.0.0)

Published 2026-02-20 21:01:24 +03:30 by kayer

Installation

dotnet nuget add source --name kayer --username your_username --password your_token 
dotnet add package --source kayer --version 10.0.0 System.IO.Pipelines

About this package

Single producer single consumer byte buffer management.

Commonly Used Types: System.IO.Pipelines.Pipe System.IO.Pipelines.PipeWriter System.IO.Pipelines.PipeReader

About

A library designed to make it easier to do high-performance I/O.

Apps that parse streaming data are composed of boilerplate code having many specialized and unusual code flows. The boilerplate and special case code is complex and difficult to maintain.

System.IO.Pipelines was architected to:

  • Have high performance parsing streaming data.
  • Reduce code complexity.

Key Features

  • Single producer/single consumer byte buffer management.
  • Reduction in code complexity and boilerplate code associated with I/O operations.

How to Use

Check the System.IO.Pipelines in .NET article for a full example.

Main Types

The main types provided by this library are:

  • System.IO.Pipelines.Pipe
  • System.IO.Pipelines.PipeWriter
  • System.IO.Pipelines.PipeReader

Additional Documentation

Feedback & Contributing

System.IO.Pipelines is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

Dependencies

ID Version Target Framework
System.Buffers 4.6.1 .NETFramework4.6.2
System.Memory 4.6.3 .NETFramework4.6.2
System.Threading.Tasks.Extensions 4.6.3 .NETFramework4.6.2
System.Buffers 4.6.1 .NETStandard2.0
System.Memory 4.6.3 .NETStandard2.0
System.Threading.Tasks.Extensions 4.6.3 .NETStandard2.0
Details
NuGet
2026-02-20 21:01:24 +03:30
59
Microsoft
264 KiB
Assets (2)
Versions (3) View all
5.0.1 2026-02-20
10.0.0 2026-02-20
7.0.0 2026-02-04