Joveler.Compression.LZ4
5.0.2
dotnet add package Joveler.Compression.LZ4 --version 5.0.2
NuGet\Install-Package Joveler.Compression.LZ4 -Version 5.0.2
<PackageReference Include="Joveler.Compression.LZ4" Version="5.0.2" />
paket add Joveler.Compression.LZ4 --version 5.0.2
#r "nuget: Joveler.Compression.LZ4, 5.0.2"
// Install Joveler.Compression.LZ4 as a Cake Addin #addin nuget:?package=Joveler.Compression.LZ4&version=5.0.2 // Install Joveler.Compression.LZ4 as a Cake Tool #tool nuget:?package=Joveler.Compression.LZ4&version=5.0.2
Joveler.Compression.LZ4
LZ4 pinvoke library for .NET.
Install
Joveler.Compression.LZ4 can be installed via nuget.
Performance
WARNING: Due to LZ4's performant nature, P/Invoke overhead has a more negative effect on LZ4 than on conventional compression algorithms.
The overhead becomes trivial enough if you handle big files and focus on multithreaded high-level compression.
In decompression, pure managed implementation is much faster than this native wrapper.
See project README for more details.
Features
- LZ4FrameStream, the stream for lz4 frame format.
- (EXPERIMENTAL) Parallel compression support on LZ4FrameStream.
Support
Targeted .NET platforms
- .NET 8.0
- .NET Standard 2.0
- .NET Framework 4.6.2
Supported OS platforms
Platform | Architecture | Minimum Target | Tested |
---|---|---|---|
Windows | x86 | Windows 7 SP1 | Yes |
x64 | Windows 7 SP1 | Yes | |
arm64 | Windows 7 SP1 | Yes | |
Linux | x64 | Ubuntu 20.04 | Yes |
armhf | Ubuntu 20.04 | Yes | |
arm64 | Ubuntu 20.04 | Yes | |
macOS | x64 | macOS 11 | Yes |
arm64 | macOS 11 | Yes |
Supported LZ4 versions
- 1.10.0 (Included)
Usage
Please refer to the project homepage.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6.2
- Joveler.DynLoader (>= 2.3.1)
- System.Memory (>= 4.6.0)
- System.Threading.Tasks.Dataflow (>= 9.0.1)
-
.NETStandard 2.0
- Joveler.DynLoader (>= 2.3.1)
- System.Memory (>= 4.6.0)
- System.Threading.Tasks.Dataflow (>= 9.0.1)
-
net8.0
- Joveler.DynLoader (>= 2.3.1)
- System.Threading.Tasks.Dataflow (>= 9.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Joveler.Compression.LZ4:
Repository | Stars |
---|---|
pebakery/pebakery
PEBakery is a script engine that specializes in customizing the Windows Preinstalled Environment (WinPE/WinRE).
|
- Update NuGet README.