compio-rs / compio

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

Support submission Entry128 in io-uring? #191

Closed Berrysoft closed 9 months ago

Berrysoft commented 9 months ago

It would be painful to use Entry128 everywhere. Let's just create another ring lazily and handle 128 entries only.