millken / c-exampleLinks
example code
☆52Updated 11 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:
- Minimize lock-free queue ever!☆134Updated 7 years ago
- timer.c: Tickless hierarchical timing wheel☆233Updated 2 years ago
- redis's async event loop library☆189Updated 5 years ago
- IPC benchmark on Linux☆75Updated 2 years ago
- Different implementations of spinlock.☆105Updated 11 years ago
- ☆155Updated 12 years ago
- A sample epoll server.☆73Updated 11 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆231Updated 4 years ago
- an echo server example based on epoll, a scalable I/O event notification mechanism☆59Updated 2 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆40Updated 4 years ago
- Russ Cox's libtask (with enhancements)☆321Updated 13 years ago
- Slab Memory Allocator in Application Layer☆28Updated 7 years ago
- rbtree implementation adapted from linux kernel thus can be used in your own c program(of course in userspace).☆164Updated 3 years ago
- Doug Lea's memory allocator☆276Updated 6 years ago
- a simple example for how to use epoll☆66Updated 13 years ago
- This project features examples on how to use libuv. They are derived from the sample code in Nikhil Marathe's book An Introduction to lib…☆116Updated 12 years ago
- High performance web server☆24Updated 7 years ago
- ☆340Updated 4 years ago
- skip list with rank, code less than z_set in redis☆174Updated 2 years ago
- it's a smallest library that provides a lock-free thread pool sharing on multithreading, it design for scalability☆30Updated 7 years ago
- io_uring echo server☆391Updated last year
- examples of using OpenSSL☆119Updated last year
- a light-weight event loop based on epoll☆23Updated 8 years ago
- Lock-Free Thread Pool☆81Updated 2 years ago
- Our open source benchmarks and code samples☆193Updated last month
- asynchronous examples for openssl using poll/epoll☆127Updated 2 years ago
- LMAX's disruptor pattern implemented in C☆96Updated 4 months ago
- Boost.Lockfree☆146Updated 2 weeks ago
- Lock-free implementation of the token bucket algorithm in C++☆61Updated 2 years ago
- B+ tree implementation in C☆132Updated 5 years ago