Joveler.Compression.LZ4
4.0.0
lz4 pinvoke library for .NET.
The library provides the native implementation of LZ4FrameStream.
Supports Windows, Linux and macOS.
See the version list below for details.
Install-Package Joveler.Compression.LZ4 -Version 4.0.0
dotnet add package Joveler.Compression.LZ4 --version 4.0.0
<PackageReference Include="Joveler.Compression.LZ4" Version="4.0.0" />
paket add Joveler.Compression.LZ4 --version 4.0.0
#r "nuget: Joveler.Compression.LZ4, 4.0.0"
// Install Joveler.Compression.LZ4 as a Cake Addin
#addin nuget:?package=Joveler.Compression.LZ4&version=4.0.0
// Install Joveler.Compression.LZ4 as a Cake Tool
#tool nuget:?package=Joveler.Compression.LZ4&version=4.0.0
Usage
Please refer to this document.
The library supports many customizable options and fast decompression performance, but not in compression performance. See README.md for details.
Tested liblz4 versions
- 1.9.1
- 1.9.2 (Included)
Support
Targeted .NET platforms
- .NET Standard 2.1 (.NET Core 3.0+)
- .NET Standard 2.0 (.NET Framework 4.6.1+, .NET Core 2.0+)
- .NET Framework 4.5.1
Supported OS platforms
- Windows (x86, x64)
- Linux (x64, arm, arm64)
- macOS (x64)
Usage
Please refer to this document.
The library supports many customizable options and fast decompression performance, but not in compression performance. See README.md for details.
Tested liblz4 versions
- 1.9.1
- 1.9.2 (Included)
Support
Targeted .NET platforms
- .NET Standard 2.1 (.NET Core 3.0+)
- .NET Standard 2.0 (.NET Framework 4.6.1+, .NET Core 2.0+)
- .NET Framework 4.5.1
Supported OS platforms
- Windows (x86, x64)
- Linux (x64, arm, arm64)
- macOS (x64)
Release Notes
- Native libraries are now placed following NuGet convention-based working directory on .NET Standard build.
Dependencies
-
.NETFramework 4.5.1
- Joveler.DynLoader (>= 2.0.0)
- System.Memory (>= 4.5.4)
-
.NETStandard 2.0
- Joveler.DynLoader (>= 2.0.0)
- System.Memory (>= 4.5.4)
-
.NETStandard 2.1
- Joveler.DynLoader (>= 2.0.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.