invertedtomato / packingLinks
Library for encoding integers in the minimal number of bits. Includes VLQ and Elias Omega encoding.
☆77Updated 2 years ago
Alternatives and similar repositories for packing
Users that are interested in packing are comparing it to the libraries listed below
Sorting:
- EliasFanoCompression: quasi-succinct compression of sorted integers in C#☆46Updated 4 years ago
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆261Updated 4 years ago
- FishStore is a prototype fast ingestion and querying layer for flexible-schema data☆232Updated 2 years ago
- A .NET library for compressed bit set data structures☆36Updated last year
- A compact implementation of Dr. Askitis HatTrie☆80Updated 11 years ago
- Make QuickSort Quick Again in C#☆102Updated 3 years ago
- Fast Static Symbol Table (FSST): efficient random-access string compression☆492Updated 2 months ago
- A fast SIMD parser for CSV files☆159Updated 3 years ago
- Fast integer compression in C using the StreamVByte codec☆413Updated 11 months ago
- UMASH: a fast enough hash and fingerprint with collision bounds☆159Updated 2 weeks ago
- Fast Hash Functions Using AES Intrinsics☆85Updated 6 years ago
- Fastest CPU SIMD (SSE4) sorting networks for small integer arrays (2-6 elements), also optimal amd64 assembly and notes on getting compil…☆52Updated 4 years ago
- PruningRadixTrie - 1000x faster Radix trie for prefix search & auto-complete☆597Updated last year
- My very own vxsort re-implemented with "modern" C++ by a complete idiot (in C++)☆31Updated 2 years ago
- Testing framework for the quest to find a fast & strong mixer, e. g for hashtables.☆40Updated 5 years ago
- C library to pack and unpack short arrays of integers as fast as possible☆92Updated 2 years ago
- A simple C library for compressing lists of integers using binary packing☆515Updated 2 years ago
- A C++ library to compress and intersect sorted lists of integers using SIMD instructions☆443Updated 6 months ago
- rANS coder (derived from https://github.com/rygorous/ryg_rans)☆87Updated 3 years ago
- Sprintz time series compression algorithm☆73Updated last year
- TurboRLE-Fastest Run Length Encoding☆289Updated 2 years ago
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆170Updated 11 months ago
- Fastest Integer Compression☆822Updated last year
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆340Updated last year
- .NET Implementation of RoaringBitmap☆74Updated 5 years ago
- High-performance dictionary coding☆109Updated 8 years ago
- C# port of XXH3, plus the fastest xxHash[32|64] in the west☆30Updated 6 years ago
- TSXor: A Simple Time Series Compression Algorithm☆53Updated 11 months ago
- .Net wrapper for CRoaring - a C implementation of RoaringBitmap☆60Updated 6 years ago
- TurboRC - Fastest Range Coder + Arithmetic Coding / Fastest Asymmetric Numeral Systems☆88Updated 2 years ago