lemire / ConciseLinks
C++ implementation of Concise and WAH compressed bitsets
☆20Updated 8 years ago
Alternatives and similar repositories for Concise
Users that are interested in Concise are comparing it to the libraries listed below
Sorting:
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- For details, see the blog post:☆34Updated last year
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆53Updated last year
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago
- A C++ library for integer array compression☆29Updated 3 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆69Updated 4 years ago
- String map implementation through Fast Succinct Trie☆21Updated 4 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆46Updated 5 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- Fast differential coding functions (using SIMD instructions)☆55Updated 7 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- Succinct data structures in C/C++☆91Updated last year
- C library to compute the Hamming weight of arrays☆49Updated 6 years ago
- Vectorized version of the PCG random number generator☆84Updated 8 months ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated 3 weeks ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆33Updated 8 years ago
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- A benchmark of some prominent C/C++ hash table implementations☆105Updated 6 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years ago
- ☆22Updated last week
- Fast C functions for the computing the positional popcount (pospopcnt).☆55Updated 5 years ago
- testbed for different SIMD implementations for set intersection and set union☆41Updated 5 years ago
- Key/Value NoSQL database that utilize LSM trees☆40Updated this week
- Testing framework for the quest to find a fast & strong mixer, e. g for hashtables.☆40Updated 5 years ago
- An efficient external-memory algorithm for the construction of minimal perfect hash functions