System.IO.Pipelines 10.0.0
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.PipeSystem.IO.Pipelines.PipeWriterSystem.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.
|
5,868 |
|
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.
|
2,144 |
|
protobuf-net.Grpc
Package Description
|
1,633 |
|
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/954f61dd38b33caa2b736c73530bd5a294174437
|
745 |
|
System.Text.Json
Provides high-performance and low-allocating types that serialize objects to JavaScript Object Notation (JSON) text and deserialize JSON text to objects, with UTF-8 support built-in. Also provides types to read and write JSON text encoded as UTF-8, and to create an in-memory document object model (DOM), that is read-only, for random access of the JSON elements within a structured view of the data.
The System.Text.Json library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks.
|
391 |
|
HotChocolate.Execution
Package Description
|
329 |
|
HotChocolate.Transport.Sockets
This package contains common abstractions and base classes for socket transport.
|
325 |
|
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.
|
196 |
|
IKVM
Java SE 8 Virtual Machine for .NET
|
92 |
|
IKVM
Java SE 8 Virtual Machine for .NET
|
91 |
|
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.
|
89 |
|
IKVM
Java SE 8 Virtual Machine for .NET
|
87 |
|
IKVM
Java SE 8 Virtual Machine for .NET
|
86 |
|
HotChocolate.Server
This package contains server abstractions to implement a Hot Chcolate GraphQL server.
|
84 |
|
IKVM
Java SE 8 Virtual Machine for .NET
|
84 |
|
HotChocolate.AspNetCore.Subscriptions
Contains the Hot Chocolate GraphQL subscription middleware for ASP .Net core.
|
83 |
|
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
|
82 |
|
IKVM
Java SE 8 Virtual Machine for .NET
|
82 |
|
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.
|
81 |
|
IKVM
Java SE 8 Virtual Machine for .NET
|
81 |
https://go.microsoft.com/fwlink/?LinkID=799421
.NET Framework 4.6.2
- System.Buffers (>= 4.6.1)
- System.Memory (>= 4.6.3)
- System.Threading.Tasks.Extensions (>= 4.6.3)
.NET 8.0
- No dependencies.
.NET 9.0
- No dependencies.
.NET 10.0
- No dependencies.
.NET Standard 2.0
- System.Buffers (>= 4.6.1)
- System.Memory (>= 4.6.3)
- System.Threading.Tasks.Extensions (>= 4.6.3)