ucf-cs / tldsLinks
Lock-free Transactions without Rollbacks for Linked Data Structures
☆22Updated 2 years ago
Alternatives and similar repositories for tlds
Users that are interested in tlds are comparing it to the libraries listed below
Sorting:
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- The world's first wait-free Software Transactional Memory☆173Updated 5 years ago
- Fast wait-free algorithms designed for shared memory systems☆46Updated 7 years ago
- ☆108Updated last year
- QSBR and EBR library☆121Updated 5 years ago
- Effective Memory Reclamation☆58Updated 5 years ago
- ☆66Updated 4 years ago
- Traditional data-structure designs, whether lock-based or lock-free, provide parallelism via fine grained synchronization among threads. …☆30Updated 14 years ago
- Our open source benchmarks and code samples☆192Updated 3 weeks ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 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/ …☆42Updated 10 years ago
- W-TinyLFU cache C++11 header only implementation☆62Updated 6 years ago
- High-performance multicore-scalable data structures and benchmarks☆142Updated 6 years ago
- Mordor is a high performance I/O library based on fibers.☆21Updated 7 years ago
- C++ framework for rapid server development☆77Updated last year
- 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
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- Different implementations of spinlock.☆105Updated 10 years ago
- Concurrent trie-hash map library☆92Updated last year
- Lock-free multithreaded memory allocation☆106Updated 8 years ago
- Implementation of the BwTree as specified by Microsoft Research☆100Updated 9 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- A benchmark framework for concurrent queue implementations☆291Updated 5 years ago
- ssmp is a highly optimized message-passing library built on top of the cache-coherence protocols of shared memory processors.☆24Updated 10 years ago
- Compilation of concurrent data structures with at least lock-free or wait-free properties.☆75Updated 6 years ago
- Read- and latency-optimized log structured merge tree☆174Updated 13 years ago
- Efficiently Searching In-Memory Sorted Arrays:Revenge of the Interpolation Search?☆29Updated 4 years ago
- Masstree -- lockless cache-aware trie of B+ trees [experimental]☆101Updated 6 years ago
- AVX512F and AVX2 versions of quick sort☆104Updated 7 years ago
- Coroutines/Fibers implementation for x86☆65Updated 8 years ago