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:
- QSBR and EBR library☆134Updated 6 years ago
- The world's first wait-free Software Transactional Memory☆174Updated 5 years ago
- W-TinyLFU cache C++11 header only implementation☆63Updated 7 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 14 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
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- High-performance multicore-scalable data structures and benchmarks☆144Updated 6 years ago
- Fast wait-free algorithms designed for shared memory systems☆46Updated 7 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
- Lock-free multithreaded memory allocation☆110Updated 9 years ago
- ☆66Updated 5 years ago
- Our open source benchmarks and code samples☆193Updated 2 months ago
- Cross-platform atomic operations and lock algorithm library☆100Updated 7 years ago
- Traditional data-structure designs, whether lock-based or lock-free, provide parallelism via fine grained synchronization among threads. …☆31Updated 15 years ago
- Effective Memory Reclamation☆63Updated 5 years ago
- C++ implementation of concurrent Binary Search Trees☆72Updated 10 years ago
- Concurrent trie-hash map library