lz4
LZ4 compressor
A Go library that provides a streaming interface and low-level functions for compressing and decompressing LZ4 data streams.
LZ4 compression and decompression in pure Go
881 stars
25 watching
142 forks
Language: Go
last commit: 3 months ago gogolanglz4lz4-frame
Related projects:
Repository | Description | Stars |
---|---|---|
miloszkrajewski/k4os.compression.lz4 | A .NET Standard library that provides a fast compression algorithm for data archiving and streaming. | 693 |
emmanuel-marty/lz4ultra | A tool that optimizes the LZ4 compression algorithm to produce files with faster decompression times. | 57 |
szktty/erlang-lz4 | A C library providing LZ4 compression and decompression functionality for use in Erlang programs. | 65 |
rasky/go-lzo | Implementation of LZO compression algorithms in Go | 57 |
ulikunitz/xz | A Go package for reading and writing xz-compressed files | 483 |
hobuinc/laz-perf | A library that provides an alternative implementation of the LAZ data format for compression and decompression. | 77 |
dgryski/go-quicklz | An implementation of a lossless data compression algorithm in the Go programming language. | 8 |
andybalholm/brotli | A pure Go implementation of the Brotli compression algorithm. | 624 |
lzfse/lzfse | A library and tool that compresses data using the Lempel-Ziv style algorithm with Finite State Entropy coding | 1,771 |
zentures/encoding | A set of algorithms for compressing integers in programming languages | 129 |
philanc/luazen | A Lua library providing compression and cryptographic functions | 91 |
barabasgithub/lzig4 | Implementing LZ4 compression algorithm in Zig programming language | 6 |
r-lyeh-archived/bundle | An embeddable compression library supporting multiple algorithms and formats. | 635 |
xi2/xz | A native Go package implementing XZ decompression | 81 |
qmuntal/draco-go | A Go library for compressing and decompressing 3D geometric meshes and point clouds using the Draco data compression library. | 25 |