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
- Collection of C++ containers extracted from LLVM☆26Updated 4 years ago
- Performance profiling of JSON libraries☆28Updated 7 months ago
- For details, see the blog post:☆35Updated 2 years ago
- Improved NetBSD's Perfect Hash Generation Tool v3☆22Updated last year
- header-only C++ template library to process n-dimensional arrays with multithreaded SIMD code☆49Updated 3 months ago
- A collection of scripts for building Clang on Linux☆17Updated 3 years ago
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆42Updated 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
- C++20 SIMD Within A Register library☆47Updated 8 months ago
- The extremely fast zero allocation and zero copying JSON parser☆31Updated 3 years ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆41Updated 5 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
- Create man pages from information used by Intel Intrinsics Guide and optionally uops.info☆46Updated last year
- Postgres connectivity for modern C++☆10Updated 5 years ago
- Collection of high performance C++ containers that can be chosen as drop-in replacements for std::vector and std::set☆37Updated 3 months ago
- Scripts to build binary packages of GCC snapshots☆28Updated last week
- Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.☆54Updated 9 months ago
- Text encoding for modern C++☆32Updated 4 years ago
- Benchmarks for our memory allocator☆70Updated 2 years ago
- A Fast and Convenient C++ Logging Library for Low-latency or Real-time Environments☆58Updated last week
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆19Updated last year
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆33Updated 8 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆35Updated 4 years ago
- Yet another C++ text formatting library.☆71Updated last year
- Single Header Constexpr Circular Queue☆18Updated 5 years ago
- String to Float Benchmark☆19Updated 7 years 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…☆68Updated 2 months ago
- A view that allows iteration over a view, returning the index of each item along with each item☆13Updated 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