ashvardanian / HashTableBenchmarkLinks
A simple cross-platform speed & memory-efficiency benchmark for the most common hash-table implementations in the C++ world
☆12Updated 3 years ago
Alternatives and similar repositories for HashTableBenchmark
Users that are interested in HashTableBenchmark are comparing it to the libraries listed below
Sorting:
- A self-contained, header-only, implementation of memory-mapped files in C++ for fast integration into larger projects.☆26Updated last year
- Performance profiling of JSON libraries☆28Updated 7 months ago
- header-only C++ template library to process n-dimensional arrays with multithreaded SIMD code☆49Updated 3 months ago
- Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.☆54Updated last week
- For details, see the blog post:☆35Updated 2 years ago
- Collection of C++ containers extracted from LLVM☆26Updated 4 years ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆19Updated last year
- Container Traits for Modern C++☆29Updated 5 years ago
- Buffer and byte algorithms/types based on those of Asio☆15Updated 4 years ago
- The Fancy Named Parameters Library☆36Updated 3 months ago
- C++20 SIMD Within A Register library☆47Updated 8 months ago
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆60Updated 2 months 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
- A view that allows iteration over a view, returning the index of each item along with each item☆13Updated 5 years ago
- Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)☆20Updated 4 years ago
- Experimental JSON builder based on C++ reflection☆57Updated 3 months ago
- Single Header Constexpr Circular Queue☆18Updated 5 years ago
- A few C++ json-library benchmarks, of the fastest few libraries.☆30Updated 3 weeks ago
- Postgres connectivity for modern C++☆10Updated 5 years ago
- Experimental library for coroutines and networking☆16Updated 8 years ago
- Class template designed to express optionality without having to sacrifice memory to store additional bool flag☆14Updated 2 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆35Updated 4 years ago
- Compiler-assisted variable size benchmarking for the study of C++ metaprogram compile times.☆26Updated last year
- Experimental patches to implement missing C++20 modules features for the clang/LLVM toolchain.☆23Updated 3 years ago
- The extremely fast zero allocation and zero copying JSON parser☆31Updated 3 years ago
- A compiler-friendly variadic type list for C++.☆39Updated 2 years ago
- Improved NetBSD's Perfect Hash Generation Tool v3☆22Updated last year
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆43Updated 5 months ago
- Yet another C++ text formatting library.☆71Updated last year
- A sort wrapper enabling both use of random-access sorting on non-random access containers, and increased performance for the sorting of l…☆20Updated 6 months ago