progaudi.buffers
2.0.0
See the version list below for details.
Install-Package progaudi.buffers -Version 2.0.0
dotnet add package progaudi.buffers --version 2.0.0
<PackageReference Include="progaudi.buffers" Version="2.0.0" />
paket add progaudi.buffers --version 2.0.0
#r "nuget: progaudi.buffers, 2.0.0"
// Install progaudi.buffers as a Cake Addin
#addin nuget:?package=progaudi.buffers&version=2.0.0
// Install progaudi.buffers as a Cake Tool
#tool nuget:?package=progaudi.buffers&version=2.0.0
When you request buffer of size N from `System.Buffers.MemoryPool<T>` returns `IMemoryOwner<T>` which can hold `Memory<T>` at least N elements. That proves to be a problem in some scenarios like passing serialized data back to your users. You need to pass them one more field: actual length of data. This pool will always trim `IMemory<T>` to requested length. It will also provide a property with an access to underlying buffer.
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 | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETCoreApp 2.1
- System.Buffers (>= 4.5.0)
- System.Memory (>= 4.5.1)
-
.NETCoreApp 2.2
- System.Buffers (>= 4.5.0)
- System.Memory (>= 4.5.1)
-
.NETFramework 4.5
- System.Buffers (>= 4.5.0)
- System.Memory (>= 4.5.1)
-
.NETFramework 4.6.1
- System.Buffers (>= 4.5.0)
- System.Memory (>= 4.5.1)
-
.NETFramework 4.6.2
- System.Buffers (>= 4.5.0)
- System.Memory (>= 4.5.1)
-
.NETFramework 4.7
- System.Buffers (>= 4.5.0)
- System.Memory (>= 4.5.1)
-
.NETFramework 4.7.1
- System.Buffers (>= 4.5.0)
- System.Memory (>= 4.5.1)
-
.NETStandard 1.4
- NETStandard.Library (>= 1.6.1)
- System.Buffers (>= 4.5.0)
- System.Memory (>= 4.5.1)
-
.NETStandard 2.0
- System.Buffers (>= 4.5.0)
- System.Memory (>= 4.5.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on progaudi.buffers:
Package | Downloads |
---|---|
progaudi.msgpack.spec
MsgPack reference serialization library. It provides fast and efficient way to work with msgpack data. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.1.6-g83eba8e | 648 | 1/11/2019 |
2.0.1.5-g0cc6ab4 | 628 | 1/11/2019 |
2.0.1.2-g5e7625c | 643 | 1/11/2019 |
2.0.1 | 1,733 | 1/11/2019 |
2.0.0 | 500 | 1/10/2019 |
1.0.1.6-g116ec71 | 446 | 1/10/2019 |
1.0.1 | 1,327 | 8/21/2018 |
1.0.0.1-g40cf1a2 | 530 | 8/21/2018 |
0.0.1 | 586 | 8/21/2018 |