Open Source Gazette

Curated artifacts and insights from the GitHub ecosystem

libxev: 跨平台高效能事件迴圈技術剖析

zig
eventloop
libxev 是一個跨平台的高效能事件迴圈函式庫,為非阻塞 I/O、計時器、事件處理等功能提供了抽象介面,支援 Linux(io_uring 或 epoll)、macOS(kqueue)以及 WebAssembly + WASI。這個專案由知名開發者 Mitchell Hashimoto 創立,主要解決了以下關鍵痛點:
libxev: 跨平台高效能事件迴圈技術剖析