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:☆32Updated last year
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆54Updated last year
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆68Updated 4 years ago
- A C++ library for integer array compression☆29Updated 3 years ago
- A benchmark of some prominent C/C++ hash table implementations☆105Updated 6 years ago
- Succinct data structures in C/C++☆89Updated 9 months ago
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆167Updated 5 months ago
- C library to compute the Hamming weight of arrays☆48Updated 6 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☆45Updated 5 years ago
- C++14 cache friendly B-heap priority queue☆105Updated 4 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆179Updated 10 months ago
- Effective Memory Reclamation☆58Updated 5 years ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆32Updated 8 years ago
- portability macros for compiler and hardware micro operations☆36Updated last year
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- benchmarking positional population count☆15Updated last year
- Rolling Hash C++ Library☆187Updated last year
- High-performance multicore-scalable data structures and benchmarks☆142Updated 6 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆31Updated 6 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years ago
- ☆27Updated last year
- Memory alignment wrappers, useful for avoiding false sharing☆41Updated 9 years ago
- C++ implementation of concurrent Binary Search Trees☆72Updated 9 years ago
- Vectorized version of the PCG random number generator☆80Updated 4 months ago
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆68Updated 10 years ago