petegoodliffe / skip_listLinks
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
Sorting:
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 9 months ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- Component-Model Framework in C++☆44Updated 9 years ago
- a header only C++ LRU Cache template class (now with optional synchronization) that allows you to define key, value and optionally the Ma…☆40Updated 8 years ago
- Boost.Coroutine2☆135Updated 2 months ago
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆214Updated 2 years ago
- A disruptor thread-synchronisation data structure for C++11.☆128Updated 2 years ago
- C++ integer-to-string conversion benchmark☆341Updated 4 months ago
- Our open source benchmarks and code samples☆192Updated 3 weeks ago
- STL-based caches for C++☆116Updated 2 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- Bloom filters for C++11☆359Updated 3 years ago
- Trie is a lightweight and simple autocompletion data structure written in C++11.☆44Updated 10 years ago
- L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.☆204Updated 2 years ago
- W-TinyLFU cache C++11 header only implementation☆60Updated 6 years ago
- A concurrent thread-safe hash map implemented in C++☆145Updated 2 years ago
- A STL allocator that mmaps files☆247Updated 4 years ago
- Boost.Coroutine☆84Updated 2 months ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆31Updated 6 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆205Updated last year
- A C++ template class providing a thread-safe LRU cache☆76Updated 3 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated 2 weeks ago
- ☆127Updated 2 years ago
- A concurrency toolbox for c++11, including a cached thread pool executor, a shared timed mutex, a fair semaphore and several other utilit…☆16Updated 8 years ago
- ☆37Updated 10 years ago
- Fast wait-free algorithms designed for shared memory systems☆46Updated 7 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 8 years ago
- Boost.Lockfree☆133Updated last month