millken / c-example
example code
☆53Updated 10 years ago
Related projects ⓘ
Alternatives and complementary repositories for c-example
- ☆150Updated 11 years ago
- Different implementations of spinlock.☆104Updated 9 years ago
- IPC benchmark on Linux☆73Updated last year
- rbtree implementation adapted from linux kernel thus can be used in your own c program(of course in userspace).☆156Updated 2 years ago
- redis's async event loop library☆188Updated 4 years ago
- skip list with rank, code less than z_set in redis☆172Updated last year
- Minimize lock-free queue ever!☆132Updated 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☆48Updated last year
- 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…☆112Updated 11 years ago
- an echo server example based on epoll, a scalable I/O event notification mechanism☆50Updated last year
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 3 years ago
- LMAX's disruptor pattern implemented in C☆95Updated 6 years ago
- 🧀 The Benchmark Testing Box☆33Updated 3 years ago
- a simple example for how to use epoll☆66Updated 12 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆77Updated 8 years ago
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆87Updated 4 years ago
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆139Updated 4 years ago
- asynchronous examples for openssl using poll/epoll☆122Updated last year
- a nginx-based memory pool . both share-memory and private-memory are supported. it is more efficient than malloc☆139Updated 7 years ago
- universal event-driven, concurrent infrastructure for ANSI-C/C++, also known as asychronous signal-slot and source level continuation mec…☆70Updated 4 years ago
- Simple memory leak finder.☆51Updated 11 years ago
- Doug Lea's memory allocator☆247Updated 4 years ago
- it's a smallest library that provides a lock-free thread pool sharing on multithreading, it design for scalability☆26Updated 6 years ago
- A simple high performance http server based on epoll☆95Updated 11 years ago
- https://git.fedorahosted.org/git/libaio.git☆15Updated 8 years ago
- A sample epoll server.☆74Updated 10 years ago
- Portable event-driven TCP/IP stack in C++ (C++17)☆53Updated 4 years ago
- Our open source benchmarks and code samples☆188Updated last month
- timer.c: Tickless hierarchical timing wheel☆223Updated last year
- a light-weight event loop based on epoll☆24Updated 7 years ago