encoding
Integer compressor
A set of algorithms for compressing integers in programming languages
Integer Compression Libraries for Go
130 stars
7 watching
18 forks
Language: Go
last commit: about 7 years ago Related projects:
Repository | Description | Stars |
---|---|---|
ronanh/intcomp | A high-performance integer compression library with support for various input formats and encoding schemes. | 87 |
ulikunitz/xz | A Go package for reading and writing xz-compressed files | 487 |
andybalholm/brotli | A pure Go implementation of the Brotli compression algorithm. | 629 |
lemire/javafastpfor | A Java library for compressing arrays of integers efficiently | 539 |
powturbo/turbopfor-integer-compression | A C library providing a set of efficient algorithms for compressing and decompressing integers. | 776 |
dgryski/go-quicklz | An implementation of a lossless data compression algorithm in the Go programming language. | 8 |
lemire/simdcomp | A library for fast integer compression using SIMD instructions | 490 |
golang/snappy | A compression library implemented in the Go programming language. | 1,538 |
atomicobject/heatshrink | A data compression library designed for efficient use in resource-constrained systems. | 1,334 |
kurehajime/cmprss | A tool that applies a custom compression algorithm to text input and produces the compressed output as a string. | 5 |
thempatel/streamvbyte-simdgo | A Go implementation of Stream VByte compression algorithm leveraging SIMD techniques for improved performance. | 16 |
google/jpegli | A JPEG encoder and decoder implementation with improved features and optimizations for image compression and decompression. | 139 |
unity-technologies/crunch | A texture compression and transcoding library for developers | 241 |
lemire/fastpfor | A C++ library for compressing integers efficiently using SIMD instructions and optimized for sorted lists of integers. | 887 |
kspalaiologos/bzip3 | A high-performance compression algorithm with improved features over its predecessor BZip2. | 697 |