onestraw / epoll-example
an echo server example based on epoll, a scalable I/O event notification mechanism
☆51Updated last year
Alternatives and similar repositories for epoll-example:
Users that are interested in epoll-example are comparing it to the libraries listed below
- A lightweight high performance http server☆116Updated 5 years ago
- Shuo's learning notes on Linux TCP/IP stack☆117Updated last year
- example code☆53Updated 10 years ago
- a simple example for how to use epoll☆66Updated 12 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 3 years ago
- A simple coroutine☆39Updated 10 years ago
- libevent source code analysis☆61Updated 2 years ago
- A sample epoll server.☆74Updated 11 years ago
- 无锁链表vs加锁链表(性能对比)☆37Updated 6 years ago
- rbtree implementation adapted from linux kernel thus can be used in your own c program(of course in userspace).☆157Updated 3 years ago
- A Raft based K-V database implemented with cpp.☆37Updated 5 years ago
- select、poll、epoll☆69Updated 5 years ago
- 🧀 The Benchmark Testing Box☆34Updated 3 years ago
- buddy system memory allocator☆37Updated 10 years ago
- 创建一个用户态的TCP/IP协议栈。基于Linux内核的TCP/IP协议栈,Xiaochen Wang's TCP/IP stack 和 Level-IP这三个项目构建的。同时它也是一个中文教程,可以帮助自己(或者看到此教程的人)更好的理解计算机网络,更好的理解协议栈。☆76Updated 3 years ago
- jemalloc阅读笔记☆9Updated 2 years ago
- libtask源码分析,libtask是一个协程库,由google的Russ Cox大佬写的☆72Updated last year
- c++20 coroutine with epoll and queue☆81Updated last year
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆27Updated 9 years ago
- network library based on io_uring and C++20 coroutine☆101Updated 4 years ago
- skip list with rank, code less than z_set in redis☆171Updated last year
- Stevens的《TCP/IP 实现》的源代码,包括4.4BSD-Lite.tar.gz和 4.4BSD-Lite.tar.gz☆50Updated 9 years ago
- C++ raft lib☆131Updated 2 years ago
- 由C语言实现的单线程高并发的网络基础库☆53Updated 3 years ago
- ioCoro is an async-IO service framework based on cpp20Coroutine☆77Updated last year
- A event-driven network library based on reactor pattern written in C.☆17Updated 9 years ago
- 多处理器编程的艺术☆117Updated 9 years ago
- Buddy memory allocation☆324Updated 13 years ago
- Different implementations of spinlock.☆104Updated 10 years ago
- High performance web server☆24Updated 6 years ago