Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
copyZeroAlloc: Try WriteTo and ReadFrom before acquiring a buffer (#1673
) These are the same statements at the beginning of io.CopyBuffer, but by doing them ourselves first we trade off a little cpu for not holding the 4kb buffer during the write.
- Loading branch information