bhhbazinga / LockFreeHashTable
Lock Free Resizable Hash Table Based On Split-Ordered Lists.
☆66Updated 4 years ago
Alternatives and similar repositories for LockFreeHashTable:
Users that are interested in LockFreeHashTable are comparing it to the libraries listed below
- Lock Free Linked List Based On Harris'OrderedListBasedSet And Michael's Hazard Pointer.☆34Updated 4 years ago
- ConcurrentQueue implemented in c++, the algorithms involved are also used in Java ConcurrentLinkedQueue (Java Platform SE 8 ).☆23Updated 3 years ago
- Lock Free Queue Based On Hazard Pointer.☆37Updated 4 years ago
- A simple persistent kv store based on B+Tree.☆21Updated 3 years ago
- An interpreter to learn☆100Updated 5 years ago
- 🚀A header only thread pool library implemented with modern C++. Fast and easy to use.☆79Updated 4 years ago
- A RAFT implementation to help build your RAFT service in 1 minute.☆65Updated last year
- An auto serializer for C++ non-pod struct, base on C++17 feature structured-binding , constexpr if and boost preprocessor☆36Updated 7 years ago
- Reliable and Fast UDP Connections☆37Updated 4 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 3 years ago
- A set implementation based on lockfree skiplist.☆15Updated 4 years ago
- We provide a prototype of a stackless coroutine.☆34Updated 7 years ago
- zzz's c++ lib☆57Updated 7 years ago
- Serialization/deserialization in a raw buffer like flatbuffer, but you do not need any IDL file and it is much more efficient either in s…☆48Updated 6 years ago
- The purpose of this project is to compare the performance of three AOI models. They are Crosslink-Model, QuadTree-Model and Tower-Model.☆35Updated 5 years ago
- go-rpc framework☆20Updated 10 months ago
- A actor framework base on C++11/14.☆55Updated 4 years ago
- Libcorpc is a high performance coroutine base RPC framework☆34Updated 3 months ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆127Updated 3 years ago
- modern c++ raft library☆46Updated 5 years ago
- Boost.Hana中文文档☆110Updated 4 years ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆27Updated 9 years ago
- better asio wrapper (++asio)☆41Updated 2 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆143Updated 5 years ago
- network library based on io_uring and C++20 coroutine☆101Updated 4 years ago
- Full Duplex C++ RPC Library,Use Protobuf, Support HTTP API .☆10Updated last year
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated 3 weeks ago