InvertedTomato.IntegerCompression
4.0.0
Install-Package InvertedTomato.IntegerCompression -Version 4.0.0
dotnet add package InvertedTomato.IntegerCompression --version 4.0.0
<PackageReference Include="InvertedTomato.IntegerCompression" Version="4.0.0" />
paket add InvertedTomato.IntegerCompression --version 4.0.0
#r "nuget: InvertedTomato.IntegerCompression, 4.0.0"
// Install InvertedTomato.IntegerCompression as a Cake Addin
#addin nuget:?package=InvertedTomato.IntegerCompression&version=4.0.0
// Install InvertedTomato.IntegerCompression as a Cake Tool
#tool nuget:?package=InvertedTomato.IntegerCompression&version=4.0.0
Recently added third generation integer compression. If you'd like to keep using the last generation, replace the namespace "InvertedTomato.Compression.Integers" with "InvertedTomato.Compression.Integers.Gen2".
The new Gen3 compression supports mixing codecs (you can use multiple on the same stream), it's easier to use, and has better performance for some codecs. See https://github.com/invertedtomato/integer-compression/ for details
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.0 netstandard1.1 netstandard1.2 netstandard1.3 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 |
Windows Phone | wp8 wp81 wpa81 |
Windows Store | netcore netcore45 netcore451 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 1.0
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
-
net6.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on InvertedTomato.IntegerCompression:
Package | Downloads |
---|---|
InvertedTomato.Messages
Message formats for sending over networks or storing in files. |
|
InvertedTomato.Feather2.Core
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.0.0 | 84 | 7/13/2022 |
3.0.0 | 1,277 | 4/28/2019 |
2.2.0 | 421 | 2/22/2019 |
2.1.0 | 407 | 2/21/2019 |
2.0.0 | 403 | 2/21/2019 |
1.3.3 | 436 | 2/9/2019 |
1.3.2 | 482 | 2/3/2019 |
1.3.1 | 486 | 2/3/2019 |
1.3.0 | 461 | 2/3/2019 |
1.2.7 | 476 | 2/3/2019 |
1.2.6 | 452 | 2/3/2019 |
1.2.5 | 458 | 2/3/2019 |
1.2.4 | 463 | 2/2/2019 |
1.2.3 | 1,998 | 2/2/2018 |
1.2.2 | 804 | 2/1/2018 |
1.2.1 | 1,148 | 1/2/2018 |
1.2.0 | 987 | 1/1/2018 |
1.1.9 | 643 | 9/18/2017 |
1.1.8 | 635 | 9/17/2017 |
1.1.7 | 683 | 7/23/2017 |
1.1.6 | 697 | 7/6/2017 |
1.1.5 | 715 | 4/17/2017 |
1.1.4 | 714 | 4/16/2017 |
1.1.3 | 718 | 4/16/2017 |
1.1.2 | 734 | 4/15/2017 |
1.1.1 | 716 | 4/14/2017 |
1.1.0 | 686 | 4/14/2017 |
1.0.6079.26796 | 744 | 8/23/2016 |
1.0.6079.21893 | 918 | 8/23/2016 |
1.0.6079.19744 | 947 | 8/23/2016 |
1.0.6078.28989 | 950 | 8/22/2016 |
1.0.6078.25699 | 981 | 8/22/2016 |
1.0.6074.32415 | 956 | 8/18/2016 |
Removed legacy interfaces. Removed dependancy on external library.