ashvardanian / HashTableBenchmarkLinks
A simple cross-platform speed & memory-efficiency benchmark for the most common hash-table implementations in the C++ world
☆12Updated 2 years ago
Alternatives and similar repositories for HashTableBenchmark
Users that are interested in HashTableBenchmark are comparing it to the libraries listed below
Sorting:
- Performance profiling of JSON libraries☆28Updated 3 months ago
- A self-contained, header-only, implementation of memory-mapped files in C++ for fast integration into larger projects.☆25Updated last year
- For details, see the blog post:☆32Updated last year
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆17Updated last year
- The Fancy Named Parameters Library☆34Updated last month
- Collection of C++ containers extracted from LLVM☆26Updated 4 years ago
- Improved NetBSD's Perfect Hash Generation Tool v3☆20Updated last year
- A C++14 Implementation of IEEE 754 Decimal Floating Point Numbers☆44Updated this week
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆37Updated last year
- Scripts to build binary packages of GCC snapshots☆28Updated this week
- A sort wrapper enabling both use of random-access sorting on non-random access containers, and increased performance for the sorting of l…☆20Updated 2 months ago
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆57Updated 5 months ago
- Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.☆53Updated 5 months ago
- header-only C++ template library to process n-dimensional arrays with multithreaded SIMD code☆46Updated 8 months ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆35Updated 4 years ago
- Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)☆18Updated 4 years ago
- Postgres connectivity for modern C++☆10Updated 5 years ago
- Playground for Cloud CI development for C++☆25Updated 4 years ago
- Buffer and byte algorithms/types based on those of Asio☆16Updated 3 years ago
- Make std::mdspan formattable by std::format.☆11Updated last year
- Text encoding for modern C++☆31Updated 4 years ago
- Class template designed to express optionality without having to sacrifice memory to store additional bool flag☆14Updated 2 years ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆41Updated 5 years ago
- A collection of formatting benchmarks☆50Updated last month
- C++20 SIMD Within A Register library☆42Updated 4 months ago
- Yet another C++ text formatting library.☆70Updated 9 months ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆33Updated 8 years ago
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆27Updated last year
- Kraken is an open-source modern math library that comes with a fast-fixed matrix class and math-related functions.☆31Updated 2 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated 2 months ago