petegoodliffe / skip_list
STL-style C++ skip_list container
☆87Updated 2 years ago
Alternatives and similar repositories for skip_list:
Users that are interested in skip_list are comparing it to the libraries listed below
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆213Updated last year
- Component-Model Framework in C++☆44Updated 9 years ago
- L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.☆202Updated 2 years ago
- Boost.Coroutine2☆130Updated last week
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- W-TinyLFU cache C++11 header only implementation☆57Updated 6 years ago
- Fast wait-free algorithms designed for shared memory systems☆45Updated 6 years ago
- STL-based caches for C++☆115Updated last year
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated last month
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆51Updated 8 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 7 years ago
- Boost.Coroutine☆82Updated last week
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆30Updated 6 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 6 months ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆203Updated last year
- A C++ template class providing a thread-safe LRU cache☆76Updated 3 years ago
- A STL allocator that mmaps files☆246Updated 3 years ago
- ☆127Updated 2 years ago
- Boost.org intrusive module☆55Updated last week
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆146Updated 5 years ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- Boost.Lockfree☆131Updated last week
- Our open source benchmarks and code samples