s3cur3 / llvm-data-structure-benchmarksLinks
A benchmark for cache efficient data structures.
☆30Updated 2 months ago
Alternatives and similar repositories for llvm-data-structure-benchmarks
Users that are interested in llvm-data-structure-benchmarks are comparing it to the libraries listed below
Sorting:
- EDSL for C++ to make just-in-time code generation easier☆85Updated 2 years ago
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆37Updated last year
- Library for lock-free locks☆83Updated 2 years ago
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆63Updated last year
- Benchmarks for our memory allocator☆69Updated 2 years ago
- Very low-overhead timer/counter interfaces for C on Intel 64 processors.☆135Updated 5 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 9 years ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆41Updated 5 years ago
- The world's first wait-free Software Transactional Memory☆173Updated 5 years ago
- Traditional data-structure designs, whether lock-based or lock-free, provide parallelism via fine grained synchronization among threads. …☆31Updated 15 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆46Updated 12 years ago
- Cross-platform benchmarking for memory allocators, aiming to be as close to real world as it is practical☆46Updated 6 years ago
- ☆44Updated 4 years ago
- ☆20Updated 2 years ago
- Effective Memory Reclamation☆61Updated 5 years ago
- ☆109Updated last year
- fast prime sieve and hash algorithm☆38Updated last month
- ☆22Updated last month
- Fast Approximate Membership Filters (C++)☆284Updated last month
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆77Updated 11 years ago
- For details, see the blog post:☆33Updated last year
- A simple replacement for std::unordered_map☆50Updated last year
- QSBR and EBR library☆127Updated 5 years ago
- String map implementation through Fast Succinct Trie☆21Updated 4 years ago
- Boost.Sort☆56Updated 3 weeks ago
- CDSChecker: A Model Checker for C11 and C++11 Atomics☆34Updated 12 years ago
- This is a header only library offering a variety of dynamically growing concurrent hash tables. That all work by dynamically migrating th…☆112Updated 9 months ago
- Key/Value NoSQL database that utilize LSM trees☆40Updated last week
- C++ implementation of concurrent Binary Search Trees☆72Updated 10 years ago