Better Vectored Write #4
Loading…
Reference in a new issue
No description provided.
Delete branch "write-all-vectored"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I've create my own write_all_vectored impl in lue of the offical one being stable. This should preform better than just writing in a loop. I'm faily confident the code is safe after running tests with miri and examining the assembly output of the function.