Comment on Zero-copy in Go: sendfile, splice, and the cost of io.CopyparentComments−arccy2moit is documented by saying it calls ReadFrom or WriteTo−sanxiyn2moSure, but it could be more explicit. See Rust for how it should be done.
Comments
it is documented by saying it calls ReadFrom or WriteTo
Sure, but it could be more explicit. See Rust for how it should be done.