Joveler.Compression.LZ4
3.1.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 3.1.0
dotnet add package Joveler.Compression.LZ4 --version 3.1.0
<PackageReference Include="Joveler.Compression.LZ4" Version="3.1.0" />
paket add Joveler.Compression.LZ4 --version 3.1.0
#r "nuget: Joveler.Compression.LZ4, 3.1.0"
// Install Joveler.Compression.LZ4 as a Cake Addin
#addin nuget:?package=Joveler.Compression.LZ4&version=3.1.0
// Install Joveler.Compression.LZ4 as a Cake Tool
#tool nuget:?package=Joveler.Compression.LZ4&version=3.1.0
Usage
Please refer to this document.
NOTE: The library supports many customizable options and fast decompression performance, but not in compression performance. See README.md for details.
Tested liblz4 Versions
- 1.8.1.2
- 1.8.2
- 1.8.3
- 1.9.1
- 1.9.2 (Included)
Support
Targeted .Net platforms
- .Net Framework 4.5.1
- .Net Standard 2.0 (.Net Framework 4.6.1+, .Net Core 2.0+)
Supported OS platforms
- Windows x86, x64
- Linux x64, armhf, arm64
- macOS x64
Usage
Please refer to this document.
NOTE: The library supports many customizable options and fast decompression performance, but not in compression performance. See README.md for details.
Tested liblz4 Versions
- 1.8.1.2
- 1.8.2
- 1.8.3
- 1.9.1
- 1.9.2 (Included)
Support
Targeted .Net platforms
- .Net Framework 4.5.1
- .Net Standard 2.0 (.Net Framework 4.6.1+, .Net Core 2.0+)
Supported OS platforms
- Windows x86, x64
- Linux x64, armhf, arm64
- macOS x64
Release Notes
- Initial nuget release
- Support Windows, Linux and macOS platform
- Apply improved native library loader (Joveler.DynLoader)
Dependencies
-
.NETFramework 4.5.1
- Joveler.DynLoader (>= 1.2.0)
- System.Memory (>= 4.5.3)
-
.NETStandard 2.0
- Joveler.DynLoader (>= 1.2.0)
- System.Memory (>= 4.5.3)
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.