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
- A hash table implementation using Robin Hood Linear Probing☆52Updated 11 years ago
- Vectorized version of the PCG random number generator☆87Updated 3 weeks ago
- fast open addressing hash table☆42Updated 3 months ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆68Updated 2 years ago
- Fast C functions for the computing the positional popcount (pospopcnt).☆55Updated 6 years ago
- Allocation benchmarks☆31Updated 9 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
- Lock-free parallel disjoint set data structure (aka UNION-FIND) with path compression and union by rank☆67Updated 10 years ago
- A scoped stack allocator☆38Updated 6 years ago
- ☆13Updated 9 years ago
- Intriman is a documentation generator that retargets the Intel Intrinsics Guide to other documentation formats☆28Updated 3 years ago
- benchmarking positional population count☆17Updated 3 months ago
- High performance multithreading toolkit for C++17☆47Updated 3 months ago
- For details, see the blog post:☆35Updated 2 years ago
- Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C++☆89Updated 4 years ago
- C++ Scattered Containers☆67Updated 8 years ago
- Public domain linear time distance field and Voronoi diagram on lattice grid☆55Updated 9 years ago
- Slotmap is a sequence container with weak reference keys written in C++17.☆39Updated last year
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 5 years ago
- SPMD in C++☆68Updated 5 years ago
- Multi-dimensional C++ arrays which store objects in a Struct-of-Arrays (SoA) memory layout for efficient vectorization and zero address g…☆74Updated 5 years ago
- ☆31Updated 10 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆122Updated 5 years ago
- Non-blocking message passing (a C++14 MPI wrapper)☆18Updated 11 years ago
- Fast C/C++ memory allocator with free-all operation☆56Updated 10 years ago
- Automatically detects cache lines in a portable cross-platform way. This code is pure C89.☆18Updated 15 years ago
- Variant on Wang Yi's wyhash with 32-bit output, using at most 64-bit math☆26Updated 6 years ago
- A portable CPU profiler with ASCII,CSV,TSV,Markdown,chrome://tracing support (C++11)☆65Updated 9 years ago
- C++14 cache friendly B-heap priority queue☆109Updated 4 months ago