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: almost 8 years ago integer-compressionsimdsimd-instructions
Related projects:
Repository | Description | Stars |
---|---|---|
lemire/simdcomp | A library for fast integer compression using SIMD instructions | 490 |
lemire/simdcompressionandintersection | A C++ library that enables fast compression and intersection of sorted lists using SIMD instructions. | 427 |
lemire/fastpfor | A C++ library for compressing integers efficiently using SIMD instructions and optimized for sorted lists of integers. | 887 |
lemire/streamvbyte | Fast integer compression in C using the StreamVByte codec | 379 |
lemire/javafastpfor | A Java library for compressing arrays of integers efficiently | 539 |
canscale/lexicographic-encoding | A library that provides a way to encode integers in a lexicographically sorted manner | 1 |
ludocode/mpack | A C implementation of an encoder and decoder for the MessagePack serialization format | 549 |
bytedance/sonic-cpp | A fast JSON serialization and deserialization library with SIMD acceleration | 861 |
jermp/interpolative_coding | A C++ library implementing the Binary Interpolative Coding compression algorithm | 28 |
kuhumcst/cstlemma | A lemmatiser tool for multiple languages using affix rules and supervised learning from full-form dictionaries. | 36 |
simd-lite/simd-json | A fast and efficient JSON parser with Serde compatibility, optimized for SIMD instructions | 1,179 |
yohasebe/lemmatizer | A Ruby library that provides a lemmatizer for text in English. | 108 |
sija/base62.cr | A library that encodes numbers using a compact set of characters (Base62) and provides decoding functionality. | 10 |
mirage/decompress | A library implementing several decompression algorithms for various compression formats | 115 |
lvandeve/lodepng | A PNG encoder and decoder written in C++ with support for ANSI C | 2,120 |