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:
- Improved NetBSD's Perfect Hash Generation Tool v3☆21Updated last year
- 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 6 months ago
- For details, see the blog post:☆34Updated 2 years ago
- Collection of C++ containers extracted from LLVM☆26Updated 4 years ago
- Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.☆54Updated 8 months ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆33Updated 8 years ago
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆43Updated 4 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
- header-only C++ template library to process n-dimensional arrays with multithreaded SIMD code☆49Updated 2 months ago
- Postgres connectivity for modern C++☆10Updated 5 years ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆41Updated 5 years ago
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆60Updated last month
- Experimental JSON builder based on C++ reflection☆56Updated 2 months ago
- A collection of scripts for building Clang on Linux☆17Updated 3 years ago
- C++20 SIMD Within A Register library☆45Updated 7 months ago
- A compiler-friendly variadic type list for C++.☆38Updated 2 years ago
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆41Updated 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 5 months ago
- Container Traits for Modern C++☆28Updated 5 years ago
- Yet another C++ text formatting library.☆71Updated last year
- The Fancy Named Parameters Library☆36Updated 2 months ago
- Experimental library for coroutines and networking☆16Updated 7 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
- Various useful c++ containers and utilities.☆13Updated last month
- Scripts to build binary packages of GCC snapshots☆28Updated last week
- Class template designed to express optionality without having to sacrifice memory to store additional bool flag☆14Updated 2 years ago
- Parse multiple decimal integers separated by arbitrary number of delimiters☆37Updated last year
- JSON pull-parser/push-serializer library for C++☆20Updated 2 months ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆34Updated 4 years ago