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
103 stars
9 watching
10 forks
Language: C++
last commit: over 7 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. | 879 |
lemire/streamvbyte | Fast integer compression using SIMD instructions | 376 |
lemire/javafastpfor | A Java library for compressing arrays of integers efficiently | 538 |
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 | 545 |
bytedance/sonic-cpp | A fast JSON serialization and deserialization library with SIMD acceleration | 855 |
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. | 35 |
simd-lite/simd-json | A fast and efficient JSON parser with Serde compatibility, optimized for SIMD instructions | 1,167 |
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,104 |