InvertedTomato.IntegerCompression
1.0.6079.19744
InvertedTomato.IntegerCompression has been dramatically refined with a cleaner and more powerful interface. The new version has been published under a new (more understandable) name. Find the latest under InvertedTomato.Packing.
See the version list below for details.
dotnet add package InvertedTomato.IntegerCompression --version 1.0.6079.19744
NuGet\Install-Package InvertedTomato.IntegerCompression -Version 1.0.6079.19744
<PackageReference Include="InvertedTomato.IntegerCompression" Version="1.0.6079.19744" />
paket add InvertedTomato.IntegerCompression --version 1.0.6079.19744
#r "nuget: InvertedTomato.IntegerCompression, 1.0.6079.19744"
// Install InvertedTomato.IntegerCompression as a Cake Addin #addin nuget:?package=InvertedTomato.IntegerCompression&version=1.0.6079.19744 // Install InvertedTomato.IntegerCompression as a Cake Tool #tool nuget:?package=InvertedTomato.IntegerCompression&version=1.0.6079.19744
Library for compressing integers in the minimal number of bits. Includes VLQ, Elias Omega, Elias Gamma, Fibonacci and others.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- InvertedTomato.Common (>= 1.0.6078.23901)
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 | 678 | 7/13/2022 | |
3.0.0 | 2,306 | 4/28/2019 | |
2.2.0 | 738 | 2/22/2019 | |
2.1.0 | 698 | 2/21/2019 | |
2.0.0 | 696 | 2/21/2019 | |
1.3.3 | 749 | 2/9/2019 | |
1.3.2 | 770 | 2/3/2019 | |
1.3.1 | 787 | 2/3/2019 | |
1.3.0 | 766 | 2/3/2019 | |
1.2.7 | 776 | 2/3/2019 | |
1.2.6 | 754 | 2/3/2019 | |
1.2.5 | 747 | 2/3/2019 | |
1.2.4 | 748 | 2/2/2019 | |
1.2.3 | 5,029 | 2/2/2018 | |
1.2.2 | 1,321 | 2/1/2018 | |
1.2.1 | 1,856 | 1/2/2018 | |
1.2.0 | 1,522 | 1/1/2018 | |
1.1.9 | 972 | 9/18/2017 | |
1.1.8 | 957 | 9/17/2017 | |
1.1.7 | 1,014 | 7/23/2017 | |
1.1.6 | 1,027 | 7/6/2017 | |
1.1.5 | 1,048 | 4/17/2017 | |
1.1.4 | 1,032 | 4/16/2017 | |
1.1.3 | 1,045 | 4/16/2017 | |
1.1.2 | 1,073 | 4/15/2017 | |
1.1.1 | 1,031 | 4/14/2017 | |
1.1.0 | 1,020 | 4/14/2017 | |
1.0.6079.26796 | 1,076 | 8/23/2016 | |
1.0.6079.21893 | 1,303 | 8/23/2016 | |
1.0.6079.19744 | 1,332 | 8/23/2016 | |
1.0.6078.28989 | 1,328 | 8/22/2016 | |
1.0.6078.25699 | 1,371 | 8/22/2016 | |
1.0.6074.32415 | 1,296 | 8/18/2016 |
- Bug fixes.
- Changes namespace to be more logical.