greensky00 / skiplistLinks
Generic lock-free Skiplist container pure C implementation, STL-style set, map
☆149Updated 5 years ago
Alternatives and similar repositories for skiplist
Users that are interested in skiplist are comparing it to the libraries listed below
Sorting:
- C++ implementation of raft consensus☆265Updated 2 years ago
- C++ raft lib☆136Updated 2 years ago
- network library based on io_uring and C++20 coroutine☆104Updated 5 years ago
- A RAFT implementation to help build your RAFT service in 1 minute.☆67Updated 2 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- A working project for High-concurrency B-tree source code in C☆251Updated 4 years ago
- Yet Another RAFT implementation☆126Updated 6 years ago
- Libhalog is an open-source high available redo-log library using multiple paxos.☆37Updated 7 years ago
- A stripped-down, portable version of boost::context☆51Updated 2 years ago
- Log-Structured Merge-Tree (LSM-Tree)☆89Updated 8 years ago
- Different implementations of spinlock.☆105Updated 10 years 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
- W-TinyLFU cache C++11 header only implementation☆60Updated 6 years ago
- 无锁链表vs加锁链表(性能对比)☆37Updated 6 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- Modern C++ B-tree containers☆274Updated last year
- A Raft based K-V database implemented with cpp.☆38Updated 5 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆310Updated 11 months ago
- A ZooKeeper client for C++.☆156Updated 2 years ago
- A data structure and algorithm library built for TerarkDB☆66Updated 3 years ago
- A concurrent thread-safe hash map implemented in C++☆145Updated 2 years ago
- A raft consensus implementation that is simply and understandable☆152Updated 5 years ago
- A data structure and algorithm library built for ToplingDB☆61Updated 2 weeks ago
- QSBR and EBR library☆121Updated 5 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- High-Performance C++ Data System☆126Updated last year
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆79Updated 6 years ago
- C implementation of the Raft Consensus protocol, BSD licensed☆74Updated last year
- Probably the best implementation for SkipList written by C++☆123Updated 2 years ago