Cyotek.CircularBuffer
1.2.1
Prefix Reserved
.NET Core 2.1
.NET Standard 2.0
.NET Framework 3.5
Install-Package Cyotek.CircularBuffer -Version 1.2.1
dotnet add package Cyotek.CircularBuffer --version 1.2.1
<PackageReference Include="Cyotek.CircularBuffer" Version="1.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cyotek.CircularBuffer --version 1.2.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Cyotek.CircularBuffer, 1.2.1"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Cyotek.CircularBuffer as a Cake Addin
#addin nuget:?package=Cyotek.CircularBuffer&version=1.2.1
// Install Cyotek.CircularBuffer as a Cake Tool
#tool nuget:?package=Cyotek.CircularBuffer&version=1.2.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
The CircularBuffer<T> class is a data structure that uses a single, fixed-size buffer that behaves as if it were connected end-to-end. You can use it as a first-in, first-out collection of objects with automatic overwrite support and no array resizing or allocations.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 2.1
- No dependencies.
-
.NETCoreApp 2.2
- No dependencies.
-
.NETCoreApp 3.1
- No dependencies.
-
.NETFramework 3.5
- No dependencies.
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.5.2
- No dependencies.
-
.NETFramework 4.6.2
- No dependencies.
-
.NETFramework 4.7.2
- No dependencies.
-
.NETFramework 4.8
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
-
.NETStandard 2.1
- 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.2.1 | 2,424 | 12/31/2021 |
1.2.0 | 76 | 12/31/2021 |
1.2.0-alpha.1 | 61 | 12/20/2021 |
1.1.0 | 8,998 | 12/5/2020 |
1.1.0-alpha6 | 270 | 9/3/2020 |
1.1.0-alpha5 | 337 | 8/5/2020 |
1.1.0-alpha4 | 311 | 8/2/2020 |
1.1.0-alpha3 | 317 | 8/2/2020 |
1.1.0-alpha2 | 219 | 8/1/2020 |
1.1.0-alpha | 14,722 | 5/7/2017 |
1.0.3 | 10,022 | 8/2/2020 |
1.0.2 | 19,130 | 1/7/2017 |
1.0.1 | 1,439 | 4/16/2016 |
1.0.0 | 4,295 | 5/1/2015 |