millken / c-example
example code
☆52Updated 10 years ago
Alternatives and similar repositories for c-example
Users that are interested in c-example are comparing it to the libraries listed below
Sorting:
- Different implementations of spinlock.☆105Updated 10 years ago
- Minimize lock-free queue ever!☆132Updated 6 years ago
- redis's async event loop library☆188Updated 5 years ago
- Boost.Lockfree☆133Updated last month
- an echo server example based on epoll, a scalable I/O event notification mechanism☆55Updated last year
- Lock-free implementation of the token bucket algorithm in C++☆57Updated 2 years ago
- Our open source benchmarks and code samples☆191Updated last month
- ☆154Updated 11 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆78Updated 9 years ago
- ☆37Updated 10 years ago
- C11 Lock-free Stack☆181Updated last year
- https://git.fedorahosted.org/git/libaio.git☆16Updated 8 years ago
- LMAX's disruptor pattern implemented in C☆96Updated 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
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 9 years ago
- modern c++ raft library☆47Updated 5 years ago
- IPC benchmark on Linux☆74Updated 2 years ago
- it's a smallest library that provides a lock-free thread pool sharing on multithreading, it design for scalability☆28Updated 6 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- B+ tree implementation in C☆131Updated 4 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆123Updated 11 months ago
- Key-Value/Document store database library with btree and ARTree indexing methods, SSN-MVCC concurrency☆75Updated 3 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆141Updated 5 years ago
- lock free queue☆47Updated 11 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
- Lewis Baker's Blog☆70Updated last month
- timer.c: Tickless hierarchical timing wheel☆232Updated last year
- Miscellaneous scripts and things that dont merit their own repo. All under MIT License unless otherwise specified☆31Updated 3 years ago
- We provide a prototype of a stackless coroutine.☆34Updated 7 years ago