frechilla / misc-playgroundLinks
Miscellaneous scripts and things that dont merit their own repo. All under MIT License unless otherwise specified
☆31Updated 3 years ago
Alternatives and similar repositories for misc-playground
Users that are interested in misc-playground are comparing it to the libraries listed below
Sorting:
- A hierarchical timer wheel, for implementing timed event queues☆215Updated last year
- A public domain lock free queues implemented in C++11☆180Updated 11 years ago
- a tiny coroutine lib using for c++☆24Updated 11 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆40Updated 4 years ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆119Updated 7 years ago
- timer.c: Tickless hierarchical timing wheel☆236Updated 2 years ago
- Lock-Free Thread Pool☆81Updated 2 years ago
- ☆37Updated 10 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…☆49Updated 7 years ago
- Slab Memory Allocator in Application Layer☆29Updated 8 years ago
- Minimize lock-free queue ever!☆134Updated 7 years ago
- fast malloc. similar to google-tcmalloc.☆25Updated 9 years ago
- modern c++ raft library☆47Updated 6 years ago
- redis's async event loop library☆189Updated 6 years ago
- High performance cross platform event reactor and proactor written in C☆32Updated 11 years ago
- nanomsg rpc with protobuf☆40Updated 12 years ago
- cxx utils code☆85Updated last week
- C++标准库的轻量级拓展.☆70Updated 7 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆85Updated 10 years ago
- Various open addressing hashmap algorithms in C++☆258Updated 4 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated last month
- ☆19Updated 6 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆83Updated 7 years ago
- universal event-driven, concurrent infrastructure for ANSI-C/C++, also known as asychronous signal-slot and source level continuation mec…☆69Updated 5 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆138Updated 6 years ago
- ☆98Updated 10 years ago
- Different implementations of spinlock.☆105Updated 11 years ago
- A collection of shared memory containers for high performance server☆239Updated 3 years ago
- Cross-Platform Networking Library☆43Updated 3 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆189Updated 6 years ago