quininer / ritsu

An experimental asynchronous runtime based on `io-uring`.
MIT License
76 stars 4 forks source link

AsyncBuf{Read,Write} support #14

Closed quininer closed 3 years ago

quininer commented 4 years ago

@withoutboats proposed an interesting API based on AsyncBufRead. I am not so satisfied that it cannot implement zero-copy, but this does not prevent us to experiment.

quininer commented 4 years ago

ritsu can now run hyper. :D

quininer commented 3 years ago

This is effective, but not ideal. we close it due to the change of goals.