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
{{ message }}
This repository was archived by the owner on Jul 23, 2022. It is now read-only.
By using the sendfile() system call we can avoid a copy of the data through user space when sending and receiving files, which will be a lot faster and more light weight.
I want to see if we can setup testing on Windows in Travis (for example) first, just to be sure we won't depend on sendfile() being there.
By using the
sendfile()system call we can avoid a copy of the data through user space when sending and receiving files, which will be a lot faster and more light weight.I want to see if we can setup testing on Windows in Travis (for example) first, just to be sure we won't depend on
sendfile()being there.