Willtor / ThreadScanLinks
ThreadScan runtime support for concurrent data structures in C and C++
☆14Updated 8 years ago
Alternatives and similar repositories for ThreadScan
Users that are interested in ThreadScan are comparing it to the libraries listed below
Sorting:
- ASCYLIB (with OPTIK) is a concurrent-search data-structure library with over 40 implementantions of linked lists, hash tables, skip lists…☆180Updated 7 years ago
- High-performance multicore-scalable data structures and benchmarks☆142Updated 6 years ago
- A benchmark to compare synchronization techniques for multicore programming☆343Updated 3 weeks ago
- Code to test various clocks☆83Updated 4 years ago
- The world's first wait-free Software Transactional Memory☆173Updated 5 years ago
- C port of the HdrHistogram☆250Updated 8 months ago
- ☆438Updated last year
- Experiments with array layouts for comparison-based searching☆84Updated last year
- A compressed bitmap class in C++.☆454Updated 8 months ago
- Read-Log-Update: A Lightweight Synchronization Mechanism for Concurrent Programming☆48Updated 9 years ago
- Cross-platform atomic operations and lock algorithm library☆98Updated 6 years ago
- Critbit trees in C☆337Updated 3 years ago
- Raft implementation based on libcppa☆21Updated 10 years ago
- A C++ library to compress and intersect sorted lists of integers using SIMD instructions☆437Updated 2 weeks ago
- STM (Software Transactional Memory) implementation in C, based on memory-mapping.☆60Updated 15 years ago
- A simple, reference implementation of a B^e-tree☆155Updated 6 years ago
- This is a header only library offering a variety of dynamically growing concurrent hash tables. That all work by dynamically migrating th…☆110Updated 6 months ago
- Lock-free multithreaded memory allocation☆106Updated 8 years ago
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆215Updated 2 years ago
- A Super Fast Multithreaded malloc() for 64-bit Machines☆290Updated 5 years ago
- A fast alternative to the modulo reduction☆311Updated 4 years ago
- C library implementing the ridiculously fast CLHash hashing function☆280Updated last year
- QSBR and EBR library☆121Updated 5 years ago
- A benchmark of some prominent C/C++ hash table implementations☆105Updated 6 years ago
- Hash Array Mapped Trie (C++ Templates)☆124Updated 2 years ago
- LiTL: Library for Transparent Lock Interposition☆83Updated 2 years ago
- A Profiler for Identifying the Major Sources of Performance Variance in Modern Applications