onestraw / epoll-example
an echo server example based on epoll, a scalable I/O event notification mechanism
☆50Updated last year
Related projects ⓘ
Alternatives and complementary repositories for epoll-example
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 3 years ago
- skip list with rank, code less than z_set in redis☆172Updated last year
- Shuo's learning notes on Linux TCP/IP stack☆115Updated 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
- a simple example for how to use epoll☆66Updated 12 years ago
- 🧀 The Benchmark Testing Box☆33Updated 3 years ago
- 由C语言实现的单线程高并发的网络基础库☆53Updated 3 years ago
- example code☆53Updated 10 years ago
- epoll based tcp/udp server☆28Updated 8 months ago
- A lightweight high performance http server☆116Updated 5 years ago
- tcp socket with support of c++20 coroutine (coroutine TS)☆23Updated last year
- Lock-free implementation of the token bucket algorithm in C++☆54Updated last year
- select、poll、epoll☆69Updated 5 years ago
- 无锁链表vs加锁链表(性能对比)☆38Updated 6 years ago
- An event-driven c library open source by taobao originally and maintain here☆20Updated 4 years ago
- A RAFT implementation to help build your RAFT service in 1 minute.☆65Updated last year
- ☆37Updated 9 years ago
- A simple coroutine☆39Updated 9 years ago
- Different implementations of spinlock.☆104Updated 9 years ago
- shared memory☆19Updated 8 years ago
- A high performance network library, for Pika https://github.com/OpenAtomFoundation/pika☆81Updated last year
- network library based on io_uring and C++20 coroutine☆101Updated 4 years ago
- A Raft based K-V database implemented with cpp.☆37Updated 5 years ago
- ☆150Updated 11 years ago
- modern c++ raft library☆46Updated 4 years ago
- Effective TCP/IP Programming☆48Updated 8 years ago
- Reactor Pattern Implemention☆66Updated 5 years ago
- libtask源码分析,libtask是一个协程库,由google的Russ Cox大佬写的☆72Updated last year
- buddy system memory allocator☆34Updated 9 years ago
- Message queue and thread pool implementations of C++ Workflow☆31Updated 3 months ago