K4os.Compression.LZ4
Compression library
A .NET Standard library that provides a fast compression algorithm for data archiving and streaming.
LZ4/LH4HC compression for .NET Standard 1.6/2.0 (formerly known as lz4net)
693 stars
12 watching
80 forks
Language: C#
last commit: about 2 months ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
szktty/erlang-lz4 | A C library providing LZ4 compression and decompression functionality for use in Erlang programs. | 65 |
pierrec/lz4 | A Go library that provides a streaming interface and low-level functions for compressing and decompressing LZ4 data streams. | 881 |
emmanuel-marty/lz4ultra | A tool that optimizes the LZ4 compression algorithm to produce files with faster decompression times. | 57 |
barabasgithub/lzig4 | Implementing LZ4 compression algorithm in Zig programming language | 6 |
stcarrez/ada-lzma | A library providing an Ada interface to the liblzma compression library | 6 |
r-lyeh-archived/bundle | An embeddable compression library supporting multiple algorithms and formats. | 635 |
andrewrk/libz | A Zig port of zlib, replacing its build system with a custom implementation. | 14 |
philanc/luazen | A Lua library providing compression and cryptographic functions | 91 |
rasky/go-lzo | Implementation of LZO compression algorithms in Go | 57 |
emmanuel-marty/zultra | A fast compression library that produces near-optimal deflate/zlib/gzip compressed bitstreams with a similar ratio to zopfli. | 27 |
lzfse/lzfse | A library and tool that compresses data using the Lempel-Ziv style algorithm with Finite State Entropy coding | 1,771 |
sstadick/gzp | A multi-threaded data compression library written in Rust. | 154 |
rikyoz/bit7z | A C++ static library providing a simple interface to 7-zip shared libraries for compression and extraction of archive files | 650 |
lz4/lz4 | A fast and scalable lossless compression algorithm implemented in C. | 10,398 |
powzix/ooz | Decompresses compressed data using various algorithms and libraries. | 175 |