System.IO.Pipelines 10.0.0-preview.1.25080.5

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.

Showing the top 20 packages that depend on System.IO.Pipelines.

Packages Downloads
K4os.Compression.LZ4.Streams
Port of LZ4 compression algorithm for .NET
1
Microsoft.CodeAnalysis.CSharp.Features
.NET Compiler Platform ("Roslyn") support for creating C# editing experiences. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/be9c072e1c8a9e6701e34d796b1d68098d08feab.
1
Microsoft.CodeAnalysis.CSharp.Workspaces
.NET Compiler Platform ("Roslyn") support for analyzing C# projects and solutions. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/be9c072e1c8a9e6701e34d796b1d68098d08feab.
1
Microsoft.CodeAnalysis.Features
.NET Compiler Platform ("Roslyn") support for creating editing experiences. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/be9c072e1c8a9e6701e34d796b1d68098d08feab.
1
Microsoft.CodeAnalysis.Features
.NET Compiler Platform ("Roslyn") support for creating editing experiences. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/bf8791d0d1be92c24e56cefa52aa139e2b5340c2.
1
Microsoft.CodeAnalysis.Features
.NET Compiler Platform ("Roslyn") support for creating editing experiences. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/e68227ea677b76a3c603bd616f03ea6d952b2458.
1
Microsoft.CodeAnalysis.Features
.NET Compiler Platform ("Roslyn") support for creating editing experiences. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/f99bb16a395e48a05520ba7af1549b20bfdeee36.
1
Microsoft.CodeAnalysis.Workspaces.Common
A shared package used by the .NET Compiler Platform ("Roslyn") including support for analyzing projects and solutions. Do not install this package manually, it will be added as a prerequisite by other packages that require it. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/15fdb3494d7f6089125c97a70602df43f956da18.
1
Microsoft.CodeAnalysis.Workspaces.Common
A shared package used by the .NET Compiler Platform ("Roslyn") including support for analyzing projects and solutions. Do not install this package manually, it will be added as a prerequisite by other packages that require it. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/2f760738cb92f32f50c981b68ba04ac3c8b7ee48.
1
Microsoft.CodeAnalysis.Workspaces.Common
A shared package used by the .NET Compiler Platform ("Roslyn") including support for analyzing projects and solutions. Do not install this package manually, it will be added as a prerequisite by other packages that require it. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/47b0a1e0ab831076eda00bb1e24b9d042d256e17.
1
Microsoft.CodeAnalysis.Workspaces.Common
A shared package used by the .NET Compiler Platform ("Roslyn") including support for analyzing projects and solutions. Do not install this package manually, it will be added as a prerequisite by other packages that require it. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/65df6b1065bae316232a6c9907a8be995302fb5e.
1
Microsoft.CodeAnalysis.Workspaces.Common
A shared package used by the .NET Compiler Platform ("Roslyn") including support for analyzing projects and solutions. Do not install this package manually, it will be added as a prerequisite by other packages that require it. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/76398adb17bed731280dd869e8b03b2b04cd1f67.
1
Microsoft.CodeAnalysis.Workspaces.Common
A shared package used by the .NET Compiler Platform ("Roslyn") including support for analyzing projects and solutions. Do not install this package manually, it will be added as a prerequisite by other packages that require it. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/7a63d79b60ffb33e919bee8056816f8f449d00ce.
1
Microsoft.CodeAnalysis.Workspaces.Common
A shared package used by the .NET Compiler Platform ("Roslyn") including support for analyzing projects and solutions. Do not install this package manually, it will be added as a prerequisite by other packages that require it. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/ae1fff344d46976624e68ae17164e0607ab68b10.
1
Microsoft.CodeAnalysis.Workspaces.Common
A shared package used by the .NET Compiler Platform ("Roslyn") including support for analyzing projects and solutions. Do not install this package manually, it will be added as a prerequisite by other packages that require it. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/f99bb16a395e48a05520ba7af1549b20bfdeee36.
1
Microsoft.CodeAnalysis.Workspaces.MSBuild
.NET Compiler Platform ("Roslyn") support for analyzing MSBuild projects and solutions. This should be used with at least one of the following packages to add the appropriate language support: - Microsoft.CodeAnalysis.CSharp.Workspaces - Microsoft.CodeAnalysis.VisualBasic.Workspaces More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/cf82d399c36008e7936d545cde24141f8d3790fa.
1
RabbitMQ.Client
The RabbitMQ .NET client is the official client library for C# (and, implicitly, other .NET languages)
1
StackExchange.Redis
High performance Redis client, incorporating both synchronous and asynchronous usage.
1

https://go.microsoft.com/fwlink/?LinkID=799421

.NET Framework 4.6.2

.NET 8.0

  • No dependencies.

.NET 9.0

  • No dependencies.

.NET 10.0

  • No dependencies.

.NET Standard 2.0

Version Downloads Last updated
10.0.0-preview.1.25080.5 1 3/1/2025
9.0.2 0 2/11/2025
9.0.1 1 1/18/2025
9.0.0 1 11/14/2024
9.0.0-rc.2.24473.5 1 11/14/2024
9.0.0-rc.1.24431.7 0 9/10/2024
9.0.0-preview.7.24405.7 1 11/13/2024
9.0.0-preview.6.24327.7 0 7/9/2024
9.0.0-preview.5.24306.7 1 11/13/2024
9.0.0-preview.4.24266.19 0 5/21/2024
9.0.0-preview.3.24172.9 0 4/11/2024
9.0.0-preview.2.24128.5 0 3/12/2024
9.0.0-preview.1.24080.9 0 2/13/2024
8.0.0 1 11/10/2024
8.0.0-rc.2.23479.6 1 11/13/2024
8.0.0-rc.1.23419.4 0 9/12/2023
8.0.0-preview.7.23375.6 1 11/10/2024
8.0.0-preview.6.23329.7 1 11/13/2024
8.0.0-preview.5.23280.8 1 11/10/2024
8.0.0-preview.4.23259.5 1 11/13/2024
8.0.0-preview.3.23174.8 0 4/11/2023
8.0.0-preview.2.23128.3 0 3/14/2023
8.0.0-preview.1.23110.8 0 2/21/2023
7.0.0 1 11/10/2024
7.0.0-rc.2.22472.3 0 10/11/2022
7.0.0-rc.1.22426.10 1 11/13/2024
7.0.0-preview.7.22375.6 0 8/9/2022
7.0.0-preview.6.22324.4 0 7/12/2022
7.0.0-preview.5.22301.12 1 11/13/2024
7.0.0-preview.4.22229.4 1 11/10/2024
7.0.0-preview.3.22175.4 0 4/13/2022
7.0.0-preview.2.22152.2 1 11/10/2024
7.0.0-preview.1.22076.8 0 2/17/2022
6.0.3 0 11/10/2024
6.0.2 1 11/13/2024
6.0.1 0 12/14/2021
6.0.0 0 11/8/2021
6.0.0-rc.2.21480.5 1 11/13/2024
6.0.0-rc.1.21451.13 1 11/13/2024
6.0.0-preview.7.21377.19 0 8/10/2021
6.0.0-preview.6.21352.12 1 11/10/2024
6.0.0-preview.5.21301.5 0 6/15/2021
6.0.0-preview.4.21253.7 1 11/10/2024
6.0.0-preview.3.21201.4 1 11/10/2024
6.0.0-preview.2.21154.6 1 11/13/2024
6.0.0-preview.1.21102.12 0 2/12/2021
5.0.2 1 11/10/2024
5.0.1 1 11/13/2024
5.0.0 0 11/9/2020
5.0.0-rc.2.20475.5 1 11/10/2024
5.0.0-rc.1.20451.14 0 9/14/2020
5.0.0-preview.8.20407.11 0 8/25/2020
5.0.0-preview.7.20364.11 1 11/13/2024
5.0.0-preview.6.20305.6 1 11/13/2024
5.0.0-preview.5.20278.1 0 6/10/2020
5.0.0-preview.4.20251.6 0 5/18/2020
5.0.0-preview.3.20214.6 0 4/23/2020
5.0.0-preview.2.20160.6 1 11/13/2024
5.0.0-preview.1.20120.5 1 11/10/2024
4.7.5 1 11/13/2024
4.7.4 1 11/13/2024
4.7.3 0 10/13/2020
4.7.2 0 5/12/2020
4.7.1 0 3/24/2020
4.7.0 1 11/10/2024
4.7.0-preview3.19551.4 0 11/13/2019
4.7.0-preview2.19523.17 0 11/1/2019
4.7.0-preview1.19504.10 1 11/13/2024
4.6.0 0 9/23/2019
4.6.0-rc1.19456.4 0 9/16/2019
4.6.0-preview9.19421.4 0 9/4/2019
4.6.0-preview9.19416.11 1 11/13/2024
4.6.0-preview8.19405.3 0 8/13/2019
4.6.0-preview7.19362.9 1 11/10/2024
4.6.0-preview6.19303.8 0 6/12/2019
4.6.0-preview6.19264.9 1 11/13/2024
4.6.0-preview5.19224.8 0 5/6/2019
4.6.0-preview4.19212.13 1 11/10/2024
4.6.0-preview3.19128.7 1 11/13/2024
4.6.0-preview.19073.11 0 1/29/2019
4.6.0-preview.18571.3 0 12/3/2018
4.5.4 0 10/13/2020
4.5.3 0 1/8/2019
4.5.3-servicing-27114-05 0 11/28/2018
4.5.2 1 11/10/2024
4.5.1 0 9/11/2018
4.5.0 0 5/29/2018
4.5.0-rc1 1 11/13/2024
4.5.0-preview2-26406-04 0 4/10/2018
0.1.0-alpha-001 1 11/10/2024