#epoll (10 Repositories)
Ranked open-source repositories tagged with #epoll, scored by pull request acceptance likelihood and maintainer engagement velocity.
30.6%
34.6h
10 repositories tagged #epoll
lalinsky/zio
Async I/O framework for Zig
tardy-org/tardy
An asynchronous runtime for writing applications and services. Supports io_uring, epoll, kqueue, and poll for I/O.
findstr/silly
A lightweight coroutine-based Lua network framework. TCP, TLS, WebSocket, gRPC, Redis, MySQL, Crypto, Prometheus, etcd v3, gzip, snappy, lz4.
mitchellh/libxev
libxev is a cross-platform, high-performance event loop that provides abstractions for non-blocking IO, timers, events, and more and works on Linux (io_uring or epoll), macOS (kqueue), and Wasm + WASI. Available as both a Zig and C API.
hongliuliao/ehttp
simple http server base on epoll
ZLMediaKit/ZLToolKit
一个基于C++11的轻量级网络框架,基于线程池技术可以实现大并发网络IO
vertexclique/nuclei
Proactive IO & Runtime system
fengyoulin/ef
Event Framework, implemented the coroutine scheduling based on IO events. Support poll, epoll, event port and kqueue.
yedf2/handy
🔥简洁易用的C++11网络库 / 支持单机千万并发连接 / a simple C++11 network server framework