compio-rs / compio

A thread-per-core Rust runtime with IOCP/io_uring/polling.
MIT License
420 stars 37 forks source link

Why not glommio? #129

Closed tontinton closed 11 months ago

tontinton commented 12 months ago

You only mentioned tokio in the readme, while the biggest thread per core async executor is actually glommio.

The only thing I can think of is that you support windows.

I there must be a section on that in the readme.