Cyotek.CircularBuffer
1.1.0
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.
Install-Package Cyotek.CircularBuffer -Version 1.1.0
dotnet add package Cyotek.CircularBuffer --version 1.1.0
<PackageReference Include="Cyotek.CircularBuffer" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cyotek.CircularBuffer --version 1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Cyotek.CircularBuffer, 1.1.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
-
.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.
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Cyotek.CircularBuffer:
Package | Downloads |
---|---|
HeboTech.ATLib
An extensible async AT command library.
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.1.0 | 1,163 | 12/5/2020 |
1.1.0-alpha6 | 155 | 9/3/2020 |
1.1.0-alpha5 | 196 | 8/5/2020 |
1.1.0-alpha4 | 202 | 8/2/2020 |
1.1.0-alpha3 | 202 | 8/2/2020 |
1.1.0-alpha2 | 108 | 8/1/2020 |
1.1.0-alpha | 14,445 | 5/7/2017 |
1.0.3 | 3,741 | 8/2/2020 |
1.0.2 | 18,664 | 1/7/2017 |
1.0.1 | 1,246 | 4/16/2016 |
1.0.0 | 3,312 | 5/1/2015 |