RingBuffer 1.4.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package RingBuffer --version 1.4.0
NuGet\Install-Package RingBuffer -Version 1.4.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RingBuffer" Version="1.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RingBuffer --version 1.4.0
#r "nuget: RingBuffer, 1.4.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install RingBuffer as a Cake Addin
#addin nuget:?package=RingBuffer&version=1.4.0

// Install RingBuffer as a Cake Tool
#tool nuget:?package=RingBuffer&version=1.4.0

Classic ringbuffer (with optional .NET BCL System.IO.Stream interface), in C#. 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).

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.5.1 37,691 10/17/2014
1.4.0 1,326 9/4/2014

Concurrent I/O added.