onestraw / epoll-exampleLinks
an echo server example based on epoll, a scalable I/O event notification mechanism
☆56Updated last year
Alternatives and similar repositories for epoll-example
Users that are interested in epoll-example are comparing it to the libraries listed below
Sorting:
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- skip list with rank, code less than z_set in redis☆174Updated 2 years ago
- Shuo's learning notes on Linux TCP/IP stack☆123Updated last year
- network library based on io_uring and C++20 coroutine☆103Updated 5 years ago
- ☆154Updated 11 years ago
- ioCoro is an async-IO service framework based on cpp20Coroutine☆76Updated last year
- a simple example for how to use epoll☆66Updated 12 years ago
- 🧀 The Benchmark Testing Box☆34Updated 3 years ago
- 由C语言实现的单线程高并发的网络基础库☆53Updated 4 years ago
- linux kernel-4.17 协议栈源码阅读, reading linux kernel 4.17 netstack, once one has started to experience the rich insights that can be gained fr…☆68Updated 6 years ago
- A lightweight high performance http server☆115Updated 6 years ago
- ☆151Updated 4 months ago
- Stevens的《TCP/IP 实现》的源代码,包括4.4BSD-Lite.tar.gz和 4.4BSD-Lite.tar.gz☆52Updated 9 years ago
- select、poll、epoll☆69Updated 5 years ago
- A RAFT implementation to help build your RAFT service in 1 minute.☆67Updated 2 years ago
- Different implementations of spinlock.☆105Updated 10 years ago
- B+ tree implementation in C☆131Updated 4 years ago
- rbtree implementation adapted from linux kernel thus can be used in your own c program(of course in userspace).☆161Updated 3 years ago
- IPC benchmark on Linux☆74Updated 2 years ago
- Advanced Programming in the UNIX Environment - Third Edition☆135Updated 2 years ago
- source code referenced by 【TCP/IP Illustrated Volume 2: The Implementation】☆56Updated 12 years ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 9 years ago
- Lock-free implementation of the token bucket algorithm in C++☆57Updated 2 years ago
- High performance AVL tree container C implementation☆55Updated 5 years ago
- A handwritten Brainfuck JIT interpreter, mainly used for demonstration.☆47Updated last year
- A Raft based K-V database implemented with cpp.☆38Updated 5 years ago
- Network stack developed for embedded work on small systems. Implements ip, tcp, arp, a small web server, and an OS abstraction layer.☆52Updated 8 months ago
- Lock-Free Thread Pool☆78Updated last year
- A C++03 implement stackless coroutine. But also support stackful coroutine, tcp rpc operation, static hook(by adding hook function into s…☆140Updated 6 years ago
- high performance network framework with xdp☆20Updated 3 years ago