jermp / psds
Efficient Prefix-Sum data structures in C++.
☆25Updated last year
Related projects ⓘ
Alternatives and complementary repositories for psds
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆35Updated last year
- A flexible and efficient C++ implementation of the Binary Interpolative Coding algorithm.☆28Updated last year
- C++17 implementation of memory-efficient dynamic tries☆57Updated 2 years ago
- A C++ container-like data structure for storing a vector of bits with fast appending on both sides and fast insertion in the middle, all …☆21Updated 2 years ago
- 🔶 Compressed bitvector/container supporting efficient random access and rank queries☆43Updated 2 months ago
- For details, see the blog post:☆31Updated 10 months ago
- Fast and highly tuned bit vector implementation including space efficient rank and select support having only 3.51% space overhead.☆26Updated 2 months ago
- C++ Implementation of Zip Trees☆13Updated 2 years ago
- A Benchmark of Minimal Perfect Hash Function Algorithms.☆30Updated last year
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 3 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 4 years ago
- An encoder/decoder collection for a sequence of integers☆32Updated 11 years ago
- Succinct data structures in C/C++☆82Updated last month
- Universe-sliced indexes in C++.☆17Updated last year
- Learned Monotone Minimal Perfect Hashing☆23Updated 2 months ago
- Fast in-place radix sort with STL-like API☆45Updated 7 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆51Updated 7 years ago
- ☆15Updated 10 years ago
- C++ implementation of Concise and WAH compressed bitsets☆21Updated 7 years ago
- 🌳 A compressed rank/select dictionary exploiting approximate linearity and repetitiveness.☆11Updated 2 years ago
- C++ Library implementing Compressed String Dictionaries☆45Updated 2 years ago
- Space-Efficient, High-Performance Rank & Select Structures on Uncompressed Bit Sequences☆52Updated 10 months ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆60Updated 9 months ago
- Optimal partitioning of Variable-Byte codes for better compression and fast decoding.☆17Updated 3 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆63Updated 3 years ago
- A blend of the compact and sparse hash table implementations.☆12Updated 3 years ago
- COllapsed and COmpressed trie: a data-aware compressed string dictionary☆33Updated 11 months ago
- testbed for different SIMD implementations for set intersection and set union☆40Updated 4 years ago
- A C++ library for integer array compression☆27Updated 2 years ago
- This small library enables acceleration of bulk calls of certain math functions on AVX and AVX2 hardware. Currently supported operations …☆88Updated 2 years ago