Coroute / WebFrame++
A cross-platform web framework with a coroutine-based I/O scheduler, lock-free queues and a unified asynchronous API over IOCP, io_uring and kqueue. I’ve worked on scheduling and caching to reduce latency jitter, HTTP pipelining and asynchronous file streaming.
Benchmarks & project background
My earlier Windows and Linux benchmarks measured 750,000–1.2 million requests per second with wrk and ab. Scheduler and queue changes improved throughput by about 13% in that work. These are historical, workload-dependent results; see the project for benchmark context. The project is part of a patent application.
app.get("/")co_awaitIOCP / kqueue / io_uring

