s3cur3 / llvm-data-structure-benchmarksLinks
A benchmark for cache efficient data structures.
☆30Updated 6 years 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:
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 8 years ago
- CDSChecker: A Model Checker for C11 and C++11 Atomics☆29Updated 11 years ago
- The space of memory management research and systems produced by the PLASMA lab (https://plasma-umass.org).☆20Updated 4 years ago
- ☆21Updated 7 months ago
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 4 years ago
- Optimized for systems that read and write large blobs.☆12Updated 10 years ago
- ☆20Updated 2 years ago
- EDSL for C++ to make just-in-time code generation easier☆86Updated 2 years ago
- A C++ container-like data structure for storing a vector of bits with fast appending on both sides and fast insertion in the middle, all …☆26Updated 3 years ago
- ☆20Updated 2 years ago
- String to Float Benchmark☆19Updated 6 years ago
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆34Updated last year
- Detailed experiments over simdjson for VLDB article (2019) and future work☆21Updated 4 years ago
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆35Updated 2 years ago
- Traditional data-structure designs, whether lock-based or lock-free, provide parallelism via fine grained synchronization among threads. …☆31Updated 14 years ago
- Benchmarks for our memory allocator☆64Updated last year
- Freud, a tool to create Performance Annotations for C/C++ programs☆21Updated 10 months ago
- LLVM-jitted bitmaps☆27Updated 5 years ago
- For details, see the blog post:☆32Updated last year
- Correct by Construction : a presentation given at C++ on Sea 2020☆21Updated 4 years ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 9 years ago
- Hyaline Reclamation (PLDI '21, PODC '19)☆22Updated 3 years ago
- A header-only C++ library for writing compiler/interpreter frontends.☆14Updated 3 weeks ago
- Benchmark Intel TSX (Transactional Synchronization Extension) Hardware Transactional Memory on my sandbox☆24Updated 10 years ago
- Lace - implementation of work-stealing in C☆36Updated last year
- A more Pragmatic Implementation of the Lock-free, Ordered, Linked List☆17Updated 4 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆45Updated 11 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- performance experiments for C++ exception handling☆30Updated 3 years ago
- Experimental patches to implement missing C++20 modules features for the clang/LLVM toolchain.☆23Updated 3 years ago