ucf-cs / tldsLinks
Lock-free Transactions without Rollbacks for Linked Data Structures
☆23Updated 3 years ago
Alternatives and similar repositories for tlds
Users that are interested in tlds are comparing it to the libraries listed below
Sorting:
- W-TinyLFU cache C++11 header only implementation☆63Updated 7 years ago
- QSBR and EBR library☆135Updated 6 years ago
- The world's first wait-free Software Transactional Memory☆175Updated 5 years ago
- ☆66Updated 5 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆54Updated last year
- Fast wait-free algorithms designed for shared memory systems☆46Updated 7 years ago
- Mordor is a high performance I/O library based on fibers.☆21Updated 8 years ago
- Effective Memory Reclamation☆63Updated 5 years ago
- Lock-free multithreaded memory allocation☆110Updated 9 years ago
- Lock-free work stealing deque written in C. This is implemented after Chapter 16 of "The Art of Multiprocessor Programming."☆19Updated 14 years ago
- ☆113Updated 2 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 12 years ago
- High-performance multicore-scalable data structures and benchmarks☆144Updated 6 years ago
- Traditional data-structure designs, whether lock-based or lock-free, provide parallelism via fine grained synchronization among threads. …☆31Updated 15 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 9 years ago
- Our open source benchmarks and code samples☆193Updated 3 months ago
- Compilation of concurrent data structures with at least lock-free or wait-free properties.☆76Updated 6 years ago
- Implementation of the algorithms from "Scalable Lock-Free Dynamic Memory Allocation"☆17Updated 11 years ago
- Fast differential coding functions (using SIMD instructions)☆55Updated 8 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- Cross-platform atomic operations and lock algorithm library☆99Updated 7 years ago
- Concurrent trie-hash map library☆94Updated 2 years ago
- testbed for different SIMD implementations for set intersection and set union☆41Updated 6 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 14 years ago
- A benchmark framework for concurrent queue implementations☆296Updated 5 years ago
- Read- and latency-optimized log structured merge tree☆175Updated 13 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆45Updated 10 years ago
- AVX512F and AVX2 versions of quick sort☆104Updated 8 years ago
- Masstree -- lockless cache-aware trie of B+ trees [experimental]☆100Updated 7 years ago