You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will there be more in the future about write_vectored, write_all_vectored and advance_slices?
There is the Tracking issue for io_slice_advance that shows the progress towards getting such an advance feature into std because write_vectored is important to networking people and how an advance_slices implementation greatly simplifies their code and improves the performance of their code. (Well, the last part of that statement might be a little loaded but hopefully one gets the point by reading through the comments.)
The text was updated successfully, but these errors were encountered:
Will there be more in the future about
write_vectored
,write_all_vectored
andadvance_slices
?There is the Tracking issue for io_slice_advance that shows the progress towards getting such an
advance
feature intostd
becausewrite_vectored
is important to networking people and how anadvance_slices
implementation greatly simplifies their code and improves the performance of their code. (Well, the last part of that statement might be a little loaded but hopefully one gets the point by reading through the comments.)The text was updated successfully, but these errors were encountered: