MarcWils.RingBuffer
2.0.0
High performance classic ring/circular buffer (with optional .NET BCL System.IO.Stream interface) for byte data.
Packaged as a portable class library (PCL).
Asynchronous I/O from streams is supported to boost performance.
Supports concurrent reading and writing, and overwriting (optional).
This is the same codebase as the RingBuffer NuGet package from https://github.com/xorxornop/RingBuffer. Only the package is converted to support .NET Standard.
Install-Package MarcWils.RingBuffer -Version 2.0.0
dotnet add package MarcWils.RingBuffer --version 2.0.0
<PackageReference Include="MarcWils.RingBuffer" Version="2.0.0" />
paket add MarcWils.RingBuffer --version 2.0.0
#r "nuget: MarcWils.RingBuffer, 2.0.0"
// Install MarcWils.RingBuffer as a Cake Addin
#addin nuget:?package=MarcWils.RingBuffer&version=2.0.0
// Install MarcWils.RingBuffer as a Cake Tool
#tool nuget:?package=MarcWils.RingBuffer&version=2.0.0
Release Notes
This is the same codebase as the RingBuffer NuGet package from https://github.com/xorxornop/RingBuffer. Only the package is converted to support .NET Standard.
Dependencies
-
.NETStandard 2.0
- MarcWils.PerfCopy (>= 2.0.2)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
2.0.0 | 528 | 2/8/2021 |