go-quicklz
Data compressor
An implementation of a lossless data compression algorithm in the Go programming language.
Go implementation of the QuickLZ compression algorithm
8 stars
3 watching
2 forks
Language: Go
last commit: about 9 years ago Related projects:
Repository | Description | Stars |
---|---|---|
ulikunitz/xz | A Go package for reading and writing xz-compressed files | 487 |
rasky/go-lzo | Implementation of LZO compression algorithms in Go | 57 |
ariya/fastlz | An algorithm and implementation for lossless data compression using Lempel-Ziv 77 (LZ77) with a focus on speed over compression ratio. | 447 |
andybalholm/brotli | A pure Go implementation of the Brotli compression algorithm. | 629 |
golang/snappy | A compression library implemented in the Go programming language. | 1,538 |
dgryski/go-jump | An implementation of Google's Consistent Hash function for efficient data distribution across multiple servers. | 383 |
qmuntal/draco-go | A Go library for compressing and decompressing 3D geometric meshes and point clouds using the Draco data compression library. | 25 |
zentures/encoding | A set of algorithms for compressing integers in programming languages | 130 |
sstadick/gzp | A multi-threaded data compression library written in Rust. | 154 |
amallia/go-ef | An implementation of a lossless data compression algorithm based on prefix codes | 32 |
nicklockwood/gzip | A category on NSData for compressing and decompressing data using the GZIP algorithm | 988 |
pierrec/lz4 | A Go library that provides a streaming interface and low-level functions for compressing and decompressing LZ4 data streams. | 883 |
ugorji/go | A high-performance, feature-rich Idiomatic Go 1.4+ codec/encoding library for various binary and text formats. | 1,868 |
dmazzella/ufastlz | A MicroPython wrapper for a lightning-fast lossless compression library. | 14 |
flanglet/kanzi-cpp | A C++ implementation of a fast and efficient lossless data compression algorithm with support for multi-threading and modular design. | 140 |