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:
- 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
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 6 years ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- For details, see the blog post:☆34Updated 2 years ago
- String map implementation through Fast Succinct Trie☆21Updated 4 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆184Updated last month
- Looking into the performance of heaps, starting with the Min-Max Heap☆69Updated 4 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- A C++ library for integer array compression☆30Updated 3 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago
- ☆16Updated 11 years ago
- C++14 cache friendly B-heap priority queue☆109Updated 3 months ago
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- A proposal for a futures programming model for ISO C++☆22Updated 7 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years ago
- Effective Memory Reclamation☆63Updated 5 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
- benchmarking positional population count☆17Updated 2 months ago
- Fast differential coding functions (using SIMD instructions)☆55Updated 8 years ago
- Key/Value NoSQL database that utilize LSM trees☆40Updated last week
- testbed for different SIMD implementations for set intersection and set union☆41Updated 5 years ago
- DSL for SIMD Sorting on AVX2 & AVX512☆31Updated 6 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆84Updated 10 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆78Updated 11 years ago
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆170Updated 10 months ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆33Updated 8 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- C++ implementation of concurrent Binary Search Trees☆72Updated 10 years ago
- C library to compute the Hamming weight of arrays☆51Updated 7 years ago