ashvardanian / HashTableBenchmark
A simple cross-platform speed & memory-efficiency benchmark for the most common hash-table implementations in the C++ world
☆11Updated 2 years ago
Alternatives and similar repositories for HashTableBenchmark:
Users that are interested in HashTableBenchmark are comparing it to the libraries listed below
- A view that allows iteration over a view, returning the index of each item along with each item☆12Updated 4 years ago
- Benchmarking reading and parsing integers from a file in C++.☆9Updated 4 years ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆14Updated 11 months ago
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- ☆18Updated 5 months ago
- Improved NetBSD's Perfect Hash Generation Tool v3☆18Updated 10 months ago
- A sort wrapper enabling both use of random-access sorting on non-random access containers, and increased performance for the sorting of l…☆20Updated 11 months ago
- A self-contained, header-only, implementation of memory-mapped files in C++ for fast integration into larger projects.☆26Updated 6 months ago
- SLB: C++ Standard Library Backport☆11Updated 6 years ago
- Embrace (post) modern C++☆9Updated 3 years ago
- An Array Mapped Tree implementation☆10Updated 4 years ago
- A saturating arithmetic cast.☆12Updated 6 years ago
- Collection of C++ containers extracted from LLVM☆26Updated 3 years ago
- `mp::inplace_string<CharT, MaxSize, Traits>` is a `std::string`-like class template that stores text content in-place inside the class☆10Updated 6 years ago
- header-only C++ template library to process n-dimensional arrays with multithreaded SIMD code☆41Updated 2 months ago
- C++20 SIMD Within A Register library☆30Updated 7 months ago
- Boost.Scope, a collection of scope guard utilities.☆14Updated this week
- Depth C++ library☆10Updated 6 years ago
- Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)☆18Updated 3 years ago
- C++ interface to CPU affinity management☆30Updated 6 years ago
- C++ Testing using spies and fakes for isolation and simulation☆10Updated 5 years ago
- The Fancy Named Parameters Library☆31Updated this week
- A ring_span implementation that allows zero construction and destruction☆16Updated 4 years ago
- Slides for my 2019 presentation at C++ on Sea☆13Updated 3 years ago
- Buffer and byte algorithms/types based on those of Asio☆16Updated 3 years ago
- C++11 Header-only continuous-storage Double ended vector implementation similar to STL's std::vector for efficient insertions/removals at…☆13Updated 2 years ago
- A tagged-pointer type for C++.☆30Updated last year
- For details, see the blog post:☆32Updated last year
- String to Float Benchmark☆19Updated 6 years ago
- Single Header Constexpr Circular Queue☆18Updated 4 years ago