liblzf/3.6

LZF is an extremely fast (not that much slower than a pure memcpy) compression algorithm. It is ideal for applications where you want to save *some* space but not at the cost of speed.
Recipe info
BSD-2-Clause, GPL-2.0-or-later
2024-02-28

Available packages
Linux
Windows
macOS
macOS Apple Silicon

Install
Add the following line to your conanfile.txt:
[requires]
liblzf/3.6

Using liblzf

Loading ...
Loading...