renzibei / hashtable-bench
A benchmark for hash tables and hash functions in C++, evaluate on different data as comprehensively as possible
☆18Updated last year
Alternatives and similar repositories for hashtable-bench:
Users that are interested in hashtable-bench are comparing it to the libraries listed below
- Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup☆42Updated last year
- A simple cross-platform speed & memory-efficiency benchmark for the most common hash-table implementations in the C++ world☆11Updated 2 years ago
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆30Updated 7 months ago
- ☆17Updated 3 months ago
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆55Updated last year
- Batched random number generation☆15Updated last month
- ☆42Updated 4 years ago
- Testing framework for the quest to find a fast & strong mixer, e. g for hashtables.☆38Updated 4 years ago
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆35Updated 2 years ago
- A simple replacement for std::unordered_map☆47Updated 6 months ago
- performance experiments for C++ exception handling☆30Updated 2 years ago
- My very own vxsort re-implemented with "modern" C++ by a complete idiot (in C++)☆30Updated last year
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆31Updated 7 years ago
- Adaptive Radix Tree in C++☆40Updated this week
- A benchmark for cache efficient data structures.☆29Updated 5 years ago
- ☆20Updated 2 years ago
- `liburing` for Windows IoRing☆36Updated last year
- C++20 SIMD Within A Register library☆28Updated 5 months ago
- ☆28Updated this week
- Library for lock-free locks☆76Updated last year
- The Fancy Named Parameters Library☆30Updated 2 months ago
- Fast C++ function "is_utf8": checks if the input is valid UTF-8. Made of a single source file. Optimized for ARM NEON, x64 SSE, AVX2 and…☆54Updated 4 months ago
- CDSChecker: A Model Checker for C11 and C++11 Atomics☆28Updated 11 years ago
- A fast approximate membership query data structure☆11Updated 6 months ago
- Support for ternary logic in SSE, XOP, AVX2 and x86 programs☆31Updated 3 weeks ago
- Fast and highly tuned bit vector implementation including space efficient rank and select support having only 3.51% space overhead.☆27Updated 2 months ago
- Portable C, C++ code for hash tables, bloom filters, string-search, string utilities, hash functions, arc4random☆53Updated 6 months ago
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆31Updated 3 months ago
- Performance profiling of JSON libraries☆22Updated 4 months ago
- Dictionary-based compression for inverted indexes.☆23Updated 5 years ago