gavra0 / ConcLinkedList
Implementation of concurrent linked list. Lock-based and lock-free versions.
☆26Updated 5 years ago
Alternatives and similar repositories for ConcLinkedList:
Users that are interested in ConcLinkedList are comparing it to the libraries listed below
- C++ implementation of concurrent Binary Search Trees☆72Updated 9 years ago
- A comparison between different integer set techniques☆14Updated 7 years ago
- Lock-free linked list☆16Updated 12 years ago
- Benchmark of common hash functions☆36Updated 5 years ago
- Compilation of concurrent data structures with at least lock-free or wait-free properties.☆74Updated 6 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago
- W-TinyLFU cache C++11 header only implementation☆58Updated 6 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 7 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆174Updated 11 years ago
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆34Updated 10 months ago
- Code snippets for the workshop on concurrent data structure implementation.☆31Updated 12 years ago
- C++ implementation of Radix tree☆62Updated 5 years ago
- BLInk Tree logic - storage and locking experiment☆27Updated 10 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆45Updated 11 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 11 years ago
- Code experiments to exercise ideas while reading "Engineering a Compiler".☆27Updated 6 years ago
- A concurrent thread-safe hash map implemented in C++☆145Updated last year
- Efficiently Searching In-Memory Sorted Arrays:Revenge of the Interpolation Search?☆29Updated 3 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
- Cross-platform atomic operations and lock algorithm library☆98Updated 6 years ago
- Implementation of the algorithms from "Scalable Lock-Free Dynamic Memory Allocation"☆16Updated 10 years ago
- ☆66Updated 4 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆30Updated 6 years ago
- Effective Memory Reclamation☆55Updated 5 years ago
- Different implementations of spinlock.☆105Updated 10 years ago
- Buffer based LRU cache☆39Updated 2 years ago
- A more Pragmatic Implementation of the Lock-free, Ordered, Linked List☆17Updated 4 years ago
- Key-Value/Document store database library with btree and ARTree indexing methods, SSN-MVCC concurrency☆74Updated 3 years ago
- Component-Model Framework in C++☆44Updated 9 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 8 years ago