michaelvlach / ADbHashLinks
Really fast C++ hash table
☆14Updated 7 years ago
Alternatives and similar repositories for ADbHash
Users that are interested in ADbHash are comparing it to the libraries listed below
Sorting:
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 6 years ago
- Vectorized version of the PCG random number generator☆84Updated 10 months ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- Lock-free parallel disjoint set data structure (aka UNION-FIND) with path compression and union by rank☆67Updated 10 years ago
- ☆13Updated 9 years ago
- Allocation benchmarks☆31Updated 9 years ago
- fast open addressing hash table☆42Updated 2 months ago
- For details, see the blog post:☆35Updated 2 years ago
- Fast C functions for the computing the positional popcount (pospopcnt).☆55Updated 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
- Slotmap is a sequence container with weak reference keys written in C++17.☆39Updated last year
- A scoped stack allocator☆38Updated 6 years ago
- High performance multithreading toolkit for C++17☆47Updated 2 months ago
- C++ Scattered Containers☆67Updated 8 years ago
- a tool to count accesses to member variables in c++ programs☆79Updated 12 years ago
- Shader-Like Mathematical Expression JIT Engine for C++ Language☆59Updated 6 years ago
- Fast C/C++ memory allocator with free-all operation☆55Updated 10 years ago
- TLSF: two-level segregated fit O(1) allocator☆82Updated 3 years ago
- Benchmarks for our memory allocator☆70Updated 2 years ago
- vectorized high-level math library☆42Updated 6 years ago
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 5 years ago
- C++11 Header-only continuous-storage Double ended vector implementation similar to STL's std::vector for efficient insertions/removals at…☆15Updated 3 years ago
- C++14 cache friendly B-heap priority queue☆109Updated 3 months ago
- Intriman is a documentation generator that retargets the Intel Intrinsics Guide to other documentation formats☆28Updated 3 years ago
- A portable CPU profiler with ASCII,CSV,TSV,Markdown,chrome://tracing support (C++11)☆65Updated 9 years ago
- An exploratory implementation of bit overloads of the C++ standard algorithms☆18Updated 4 years ago
- Tiny perfect hash library for C, C++, and Lua☆169Updated 6 years ago
- Public domain linear time distance field and Voronoi diagram on lattice grid☆55Updated 9 years ago
- Public domain string formatting micro-library for C++, based on python-style format strings.☆34Updated 4 years ago