frechilla / misc-playground
Miscellaneous scripts and things that dont merit their own repo. All under MIT License unless otherwise specified
☆31Updated 2 years ago
Alternatives and similar repositories for misc-playground:
Users that are interested in misc-playground are comparing it to the libraries listed below
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- a tiny coroutine lib using for c++☆24Updated 11 years ago
- ☆37Updated 9 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆77Updated 6 years ago
- A lock-free hash table that eanble multiple threads can concurrently read/write/delete up to 10M ops/s in mordern computer platform☆52Updated 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…☆48Updated 6 years ago
- C++ proactor network library for Linux☆17Updated 9 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
- a consistent_hash implementation writen in c++☆80Updated 11 years ago
- A hierarchical timer wheel, for implementing timed event queues☆210Updated 11 months ago
- A stripped-down, portable version of boost::context☆51Updated 2 years ago
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- LMAX's disruptor pattern implemented in C☆96Updated 6 years ago
- Different implementations of spinlock.☆104Updated 10 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated last month
- ☆98Updated 9 years ago
- timer.c: Tickless hierarchical timing wheel☆224Updated last year
- modern c++ raft library☆47Updated 5 years ago
- CN-CppUserGroup-2019-1,lock-free queue demo☆88Updated 4 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆79Updated 9 years ago
- Our open source benchmarks and code samples☆189Updated 2 weeks ago
- Implementation of std::future from the C++ Concurrency TS☆30Updated 2 years ago
- concurrency library for C++☆74Updated 10 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆51Updated 8 years ago
- Lock-free implementation of the token bucket algorithm in C++☆57Updated 2 years ago
- Multi-Read from one bind port☆196Updated 9 years ago
- nanomsg rpc with protobuf☆39Updated 11 years ago
- Theron C++ concurrency library☆33Updated 11 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 5 years ago