vibe-d / eventcore

High performance proactor event loop abstraction library
MIT License
60 stars 42 forks source link

Support scatter write / gather read #224

Open schveiguy opened 11 months ago

schveiguy commented 11 months ago

All supported OSes support a scatter write / gather read function. There's no reason eventcore shouldn't either.

e.g. https://man7.org/linux/man-pages/man2/readv.2.html

schveiguy commented 11 months ago

Even for OSes that don't support it, you can just fill in the first buffer.