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 2 years ago
- Component-Model Framework in C++☆44Updated 9 years ago
- Boost.Coroutine2☆131Updated last week
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated 2 months ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆119Updated 6 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- STL-based caches for C++☆116Updated last year
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 6 months ago
- Enjoy template metaprogramming☆113Updated 8 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
- A STL allocator that mmaps files☆246Updated 3 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
- Git mirror of the official (mercurial) repository of cpp-btree☆73Updated 10 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆204Updated last year
- Various open addressing hashmap algorithms in C++☆256Updated 3 years ago
- Boost.Coroutine☆83Updated last week
- A C++ header-only support for serialization of generic objects to be used when the type is known a-priori.☆52Updated 11 years ago
- Boost.Lockfree☆132Updated last week
- Different implementations of spinlock.☆105Updated 10 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆79Updated 9 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆30Updated 6 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 7 years ago
- Proposed IP address classes for standard c++☆36Updated 10 years ago
- Adapters for interfacing libuv with C++ resumable functions☆116Updated 7 months ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 3 years ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- ☆127Updated 2 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
- Boost.org multi_index module☆49Updated last week