bhhbazinga / LockFreeHashTable
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.☆35Updated 5 years ago
- ConcurrentQueue implemented in c++, the algorithms involved are also used in Java ConcurrentLinkedQueue (Java Platform SE 8 ).☆23Updated 4 years ago
- An interpreter to learn☆100Updated 5 years ago
- A RAFT implementation to help build your RAFT service in 1 minute.☆67Updated 2 years ago
- 🚀A header only thread pool library implemented with modern C++. Fast and easy to use.☆80Updated 4 years ago
- An auto serializer for C++ non-pod struct, base on C++17 feature structured-binding , constexpr if and boost preprocessor☆37Updated 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
- 🧀 The Benchmark Testing Box☆34Updated 3 years ago
- A set implementation based on lockfree skiplist.☆16Updated 5 years ago
- C++Class序列化☆201Updated 2 months 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…☆49Updated 7 years ago
- A handy, tiny but powerful compile-time reflection system for C++.☆80Updated last year
- We provide a prototype of a stackless coroutine.☆34Updated 7 years ago
- network library based on io_uring and C++20 coroutine☆103Updated 4 years ago
- The Art of Template MetaProgramming (TMP) in Modern C++♦️☆164Updated 11 months ago
- ☆34Updated 4 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated 3 months ago
- Proposal for std::intrusive_ptr☆40Updated 6 years ago
- A Modern C++ Windows-platform physically based renderer.☆37Updated 2 years ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 9 years ago
- Presentation and code for C++ Summit (China) 2020☆40Updated 4 years ago
- A highly optimized single producer single consumer message queue C++ template☆261Updated 2 years ago
- ☆77Updated last week
- 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
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆148Updated 5 years ago
- c++ reflection library base on c++11 which very simple to use in order to increase productivity☆50Updated 5 years ago
- Boost.Hana中文文档☆113Updated 4 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
- C++20 template metaprogramming, stateful template metaprogramming and concurrent workflow adaptation library☆25Updated 10 months ago
- zzz's c++ lib☆57Updated 7 years ago