dictionary
Dictionary coder
An optimized C++ implementation of dictionary coding using SIMD instructions for efficient compression and decompression of large datasets
High-performance dictionary coding
104 stars
9 watching
10 forks
Language: C++
last commit: over 8 years ago integer-compressionsimdsimd-instructions
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A library for fast integer compression using SIMD instructions | 490 |
| | 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 |
| | A Java library for compressing arrays of integers efficiently | 539 |
| | A library that provides a way to encode integers in a lexicographically sorted manner | 1 |
| | A C implementation of an encoder and decoder for the MessagePack serialization format | 549 |
| | A fast JSON serialization and deserialization library with SIMD acceleration | 861 |
| | A C++ library implementing the Binary Interpolative Coding compression algorithm | 28 |
| | A lemmatiser tool for multiple languages using affix rules and supervised learning from full-form dictionaries. | 36 |
| | A fast and efficient JSON parser with Serde compatibility, optimized for SIMD instructions | 1,179 |
| | A Ruby library that provides a lemmatizer for text in English. | 108 |
| | A library that encodes numbers using a compact set of characters (Base62) and provides decoding functionality. | 10 |
| | A library implementing several decompression algorithms for various compression formats | 115 |
| | A PNG encoder and decoder written in C++ with support for ANSI C | 2,120 |