System.IO.Pipelines 9.0.0-preview.6.24327.7
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 |
---|---|
HotChocolate.Transport.Sockets
This package contains common abstractions and base classes for socket transport.
|
4,472 |
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/6a5a63bbc9f4449d9bd1e95a8f9624939c3ccdc3.
|
456 |
HotChocolate.AspNetCore
This package contains the GraphQL ASP.NET Core middleware for Hot Chocolate. Moreover, this package includes the Banana Cake Pop middleware, which provides you with our beloved GraphQL IDE middleware.
|
181 |
HotChocolate.AspNetCore
This package contains the GraphQL ASP.NET Core middleware for Hot Chocolate. Moreover, this package includes the Banana Cake Pop middleware, which provides you with our beloved GraphQL IDE middleware.
|
72 |
IKVM
Java SE 8 Virtual Machine for .NET
|
68 |
IKVM
Java SE 8 Virtual Machine for .NET
|
65 |
Microsoft.AspNetCore.TestHost
ASP.NET Core web server for writing and running tests.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/36f34b3a19eb7219142ab2035921d08e84c572c3
|
64 |
IKVM
Java SE 8 Virtual Machine for .NET
|
62 |
IKVM
Java SE 8 Virtual Machine for .NET
|
61 |
HotChocolate.AspNetCore
This package contains the GraphQL ASP.NET Core middleware for Hot Chocolate. Moreover, this package includes the Banana Cake Pop middleware, which provides you with our beloved GraphQL IDE middleware.
|
60 |
IKVM
Java SE 8 Virtual Machine for .NET
|
60 |
Microsoft.AspNetCore.Server.IIS
Provides support for hosting ASP.NET Core in IIS using the AspNetCoreModule.
This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/e7f262e33108e92fc8805b925cc04b07d254118b
|
58 |
IKVM
Java SE 8 Virtual Machine for .NET
|
58 |
Microsoft.AspNetCore.Http.Features
ASP.NET Core HTTP feature interface definitions.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/c0ae1d179dba6f3acd0e55be55718c97c9028698
|
57 |
IKVM
Java SE 8 Virtual Machine for .NET
|
57 |
IKVM
Java SE 8 Virtual Machine for .NET
|
56 |
HotChocolate.AspNetCore.Subscriptions
Contains the Hot Chocolate GraphQL subscription middleware for ASP .Net core.
|
55 |
https://go.microsoft.com/fwlink/?LinkID=799421
.NET Framework 4.6.2
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.5)
- System.Threading.Tasks.Extensions (>= 4.5.4)
.NET 8.0
- No dependencies.
.NET 9.0
- No dependencies.
.NET Standard 2.0
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.5)
- System.Threading.Tasks.Extensions (>= 4.5.4)