compio-rs / compio

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

use batched operations in submit #42

Closed DXist closed 1 year ago

DXist commented 1 year ago

Optimized IO uring submit implementation

Berrysoft commented 1 year ago

I used some of your code and commit them into #44 .