
System IO Pipelines
NuGet System.IO.Pipelines package re-bundled for convenient consumption and dependency management.
Date uploaded | 2 days ago |
Version | 9.0.400 |
Download link | dotnet_repo-System_IO_Pipelines-9.0.400.zip |
Downloads | 36 |
Dependency string | dotnet_repo-System_IO_Pipelines-9.0.400 |
This mod requires the following mods to function

dotnet_repo-System_Buffers
NuGet System.Buffers package re-bundled for convenient consumption and dependency management.
Preferred version: 4.6.100
dotnet_repo-System_Memory
NuGet System.Memory package re-bundled for convenient consumption and dependency management.
Preferred version: 4.6.300
dotnet_repo-System_Threading_Tasks_Extensions
NuGet System.Threading.Tasks.Extensions package re-bundled for convenient consumption and dependency management.
Preferred version: 4.6.300README
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.