bhhbazinga / LockFreeHashTableLinks
Lock Free Resizable Hash Table Based On Split-Ordered Lists.
☆67Updated 5 years ago
Alternatives and similar repositories for LockFreeHashTable
Users that are interested in LockFreeHashTable are comparing it to the libraries listed below
Sorting:
- Lock Free Linked List Based On Harris'OrderedListBasedSet And Michael's Hazard Pointer.☆36Updated 5 years ago
- ConcurrentQueue implemented in c++, the algorithms involved are also used in Java ConcurrentLinkedQueue (Java Platform SE 8 ).☆23Updated 4 years ago
- A simple persistent kv store based on B+Tree.☆23Updated 4 years ago
- Lock Free Queue Based On Hazard Pointer.☆37Updated 5 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.☆80Updated 4 years ago
- An open-source C++ library☆60Updated last year
- c++11 common library compatible c++1y☆58Updated last year
- 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…☆49Updated 7 years ago
- Reliable and Fast UDP Connections☆37Updated 5 years ago
- go-rpc framework☆20Updated last year
- zzz's c++ lib☆58Updated 7 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆149Updated 5 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
- C++20 template metaprogramming, stateful template metaprogramming and concurrent workflow adaptation library☆27Updated last year
- network library based on io_uring and C++20 coroutine☆104Updated 5 years ago
- A connection-oriented persistent message queue framework based on TCP or SHM(shared memory)☆468Updated 5 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.☆36Updated 5 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
- We provide a prototype of a stackless coroutine.☆34Updated 7 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 4 years ago
- A RAFT implementation to help build your RAFT service in 1 minute.☆67Updated 2 years ago
- C++ embedded memory database☆16Updated 2 years ago
- A concurrent thread-safe hash map implemented in C++☆144Updated 2 years ago
- A highly optimized single producer single consumer message queue C++ template☆267Updated 2 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆183Updated 5 years ago
- A actor framework base on C++11/14.☆56Updated 4 years ago
- Full Duplex C++ RPC Library,Use Protobuf, Support HTTP API .☆11Updated 2 years ago
- cxx utils code☆83Updated last week