关于
This skill provides specialized guidance for implementing the System.IO.Pipelines API, a framework designed to simplify high-performance I/O in .NET. It assists developers in building efficient network protocols, parsing complex binary data, and processing large data streams with minimal memory overhead through features like zero-copy buffers, backpressure control, and automatic memory pooling. Whether you are working with sockets, file streams, or custom protocols, this skill ensures implementation of best practices for managing buffer lifetimes and asynchronous data flow.