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
- C++17 implementation of memory-efficient dynamic tries☆57Updated 2 years ago
- A flexible and efficient C++ implementation of the Binary Interpolative Coding algorithm.☆28Updated last year
- Succinct data structures in C/C++☆82Updated last month
- Optimal partitioning of Variable-Byte codes for better compression and fast decoding.☆17Updated 3 years ago
- Universe-sliced indexes in C++.☆17Updated last year
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 4 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆51Updated 7 years ago
- Fast and highly tuned bit vector implementation including space efficient rank and select support having only 3.51% space overhead.☆26Updated this week
- For details, see the blog post:☆31Updated 11 months ago
- An encoder/decoder collection for a sequence of integers☆32Updated 11 years ago
- C++ Implementation of Zip Trees☆13Updated 2 years ago
- C++ Library implementing Compressed String Dictionaries☆46Updated 2 years ago
- 🔶 Compressed bitvector/container supporting efficient random access and rank queries☆43Updated 2 months 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
- How fast can we shuffle values?☆37Updated 8 months ago
- String map implementation through Fast Succinct Trie☆21Updated 3 years ago
- COllapsed and COmpressed trie: a data-aware compressed string dictionary☆33Updated 11 months ago
- Compact Tree Representation☆16Updated 7 years ago
- C++ implementation of Concise and WAH compressed bitsets☆21Updated 7 years ago
- testbed for different SIMD implementations for set intersection and set union☆40Updated 4 years ago
- Space-Efficient, High-Performance Rank & Select Structures on Uncompressed Bit Sequences☆52Updated 10 months ago
- Clustered Elias-Fano inverted indexes.☆14Updated 6 years ago
- DSL for SIMD Sorting on AVX2 & AVX512☆29Updated 5 years ago
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 4 years ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆50Updated 9 months ago
- Learned Monotone Minimal Perfect Hashing☆24Updated 2 months ago
- A C++ library for integer array compression☆27Updated 2 years ago
- An efficient external-memory algorithm for the construction of minimal perfect hash functions☆62Updated 5 months ago
- 🌳 A compressed rank/select dictionary exploiting approximate linearity and repetitiveness.☆11Updated 2 years ago