simdcomp
Integer compressor
A library for fast integer compression using SIMD instructions
A simple C library for compressing lists of integers using binary packing
490 stars
31 watching
53 forks
Language: C
last commit: about 2 years ago
Linked from 1 awesome list
ccompressionsimdsimd-instructions
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A C++ library that enables fast compression and intersection of sorted lists using SIMD instructions. | 427 |
| | A C++ library for compressing integers efficiently using SIMD instructions and optimized for sorted lists of integers. | 887 |
| | Fast integer compression in C using the StreamVByte codec | 379 |
| | An optimized C++ implementation of dictionary coding using SIMD instructions for efficient compression and decompression of large datasets | 104 |
| | A Java library for compressing arrays of integers efficiently | 539 |
| | A C library providing a set of efficient algorithms for compressing and decompressing integers. | 776 |
| | Library for fast JSON parsing and minification using SIMD instructions | 651 |
| | A portable header-only C++ low level SIMD library providing a unified interface to various instruction sets. | 1,250 |
| | A set of algorithms for compressing integers in programming languages | 130 |
| | A high-performance integer compression library with support for various input formats and encoding schemes. | 87 |
| | A Go implementation of Stream VByte compression algorithm leveraging SIMD techniques for improved performance. | 16 |
| | A library implementing several decompression algorithms for various compression formats | 115 |
| | A C++ library implementing the Binary Interpolative Coding compression algorithm | 28 |
| | A fast JSON serialization and deserialization library with SIMD acceleration | 861 |
| | A fast, in-memory decompression library for common compression formats | 73 |