ashvardanian / HashTableBenchmarkLinks
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
Sorting:
- A self-contained, header-only, implementation of memory-mapped files in C++ for fast integration into larger projects.☆26Updated 9 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
- Benchmarking reading and parsing integers from a file in C++.☆9Updated 5 years ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆17Updated last year
- An Array Mapped Tree implementation☆10Updated 4 years 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 last year
- ☆21Updated 7 months ago
- Depth C++ library☆10Updated 6 years ago
- String to Float Benchmark☆19Updated 6 years ago
- A view that allows iteration over a view, returning the index of each item along with each item☆12Updated 4 years ago
- Lock-free memory allocator☆21Updated last year
- Improved NetBSD's Perfect Hash Generation Tool v3☆19Updated last year
- For details, see the blog post:☆32Updated last year
- C++ implementation of Concise and WAH compressed bitsets☆20Updated 8 years ago
- Collection of C++ containers extracted from LLVM☆26Updated 4 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
- A ring_span implementation that allows zero construction and destruction☆16Updated 4 years ago
- Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.☆52Updated last month
- Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)☆18Updated 3 years ago
- parser combinator and AST generator in c++17☆24Updated 2 years ago
- Experimental patches to implement missing C++20 modules features for the clang/LLVM toolchain.☆23Updated 3 years ago
- C++ interface to CPU affinity management☆30Updated 7 years ago
- Support for ternary logic in SSE, XOP, AVX2 and x86 programs☆31Updated 5 months ago
- Slides for my 2019 presentation at C++ on Sea☆13Updated 3 years ago
- Modern C++ framework for critical systems☆21Updated last year
- Benchmarks for our memory allocator☆64Updated last year
- Optimized for systems that read and write large blobs.☆12Updated 10 years ago
- Scripts to build binary packages of GCC snapshots☆29Updated last week
- A header-only C++ library for writing compiler/interpreter frontends.☆14Updated 3 weeks ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago