
System IO Pipelines
NuGet System.IO.Pipelines package re-bundled for convenient consumption and dependency management.
Last updated | 2 days ago |
Total downloads | 8 |
Total rating | 0 |
Categories | Tools Libraries Misc |
Dependency string | dotnet_lethal_company-System_IO_Pipelines-9.0.400 |
Dependants | 1 other package depends on this package |
This mod requires the following mods to function

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