Blazer.Net
0.9.2
See the version list below for details.
dotnet add package Blazer.Net --version 0.9.2
NuGet\Install-Package Blazer.Net -Version 0.9.2
<PackageReference Include="Blazer.Net" Version="0.9.2" />
paket add Blazer.Net --version 0.9.2
#r "nuget: Blazer.Net, 0.9.2"
// Install Blazer.Net as a Cake Addin #addin nuget:?package=Blazer.Net&version=0.9.2 // Install Blazer.Net as a Cake Tool #tool nuget:?package=Blazer.Net&version=0.9.2
Blazer is high-performance, low compression archiver.
Main usage to work with streams, but can be used as general archiver or for reducing application size by compressing it resources.
Compression rate is comparable (slightly better) to LZ4 and Snappy and compression speed is really faster than GZip.
Blazer contains all standard features for archives, but also it is possible to use control commands in stream, encrypt archive, use it as simple (but fast) crc32c calulator, perform patterned compresstion and many others features.
See project site for detailed information.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. 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. |
This package has 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.
StreamHigh optimized and its compression rate slightly improved.
Added MaxBlockSize option from flags.
Added support for multiple files in one archive.