s3cur3 / llvm-data-structure-benchmarksLinks
A benchmark for cache efficient data structures.
☆32Updated 6 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☆88Updated 2 years ago
- Library for lock-free locks☆84Updated 2 years ago
- Very low-overhead timer/counter interfaces for C on Intel 64 processors.☆140Updated 3 months ago
- Benchmarks for our memory allocator☆70Updated 2 years ago
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆43Updated last year
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆71Updated 2 years ago
- ☆113Updated 2 years ago
- Effective Memory Reclamation☆63Updated 6 years ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆132Updated 2 years ago
- The world's first wait-free Software Transactional Memory☆175Updated 5 years ago
- ☆45Updated 5 years ago
- A simple replacement for std::unordered_map☆51Updated last year
- ☆128Updated 3 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆185Updated 12 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 9 years ago
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- ☆20Updated 3 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆80Updated 11 years ago
- C++20 Coroutines and io_uring☆52Updated 3 years ago
- Key/Value NoSQL database that utilize LSM trees☆40Updated last month
- Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup☆49Updated 2 years ago
- Traditional data-structure designs, whether lock-based or lock-free, provide parallelism via fine grained synchronization among threads. …☆31Updated 15 years ago
- QSBR and EBR library☆135Updated 6 years ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆41Updated 5 years ago
- A low-latency LRU approximation cache in C++ using CLOCK second-chance algorithm. Multi level cache too. Up to 2.5 billion lookups per se…☆77Updated 2 years ago
- ☆22Updated 2 months ago
- Concurrent Deferred Reference Counting☆173Updated last year
- World's fastest integer to ASCII conversion, C++14 template meta-programming implementation, any size integer 8,16,32,64-bit, signed or u…☆27Updated 9 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
- For details, see the blog post:☆35Updated 2 years ago