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
- 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
- For details, see the blog post:☆34Updated 2 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆69Updated 4 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆46Updated 6 years ago
- A C++ library for integer array compression☆30Updated 3 years ago
- Vectorized version of the PCG random number generator☆84Updated 9 months ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 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
- C library to compute the Hamming weight of arrays☆49Updated 7 years 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
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago
- C++14 cache friendly B-heap priority queue☆109Updated 3 months ago
- Effective Memory Reclamation☆63Updated 5 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years ago
- A proposal for a futures programming model for ISO C++☆22Updated 7 years ago
- Enjoy template metaprogramming☆116Updated 9 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last month
- Benchmark comparing various data serialization libraries (thrift, protobuf etc.) for C++☆35Updated 9 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 4 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆183Updated 12 years ago
- ☆13Updated 9 years ago
- benchmarking positional population count☆16Updated 2 months ago
- String map implementation through Fast Succinct Trie☆21Updated 4 years ago
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆170Updated 9 months ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆36Updated 7 years ago
- C++ implementation of concurrent Binary Search Trees☆72Updated 10 years ago
- Component-Model Framework in C++☆44Updated 10 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 9 years ago