-
- Downloads
Massively lower CPU utilization by avoiding a select() and recv() call for
every byte. Instead, read as much as possible (up to 64k currently) in a single recv() and only calling select() to wait for more data. When uploading /dev/zero via localhost, CPU utilization has gome from 40% after the last change to 1.2% after this one. Not yet tested on Win32.
Loading
Please register or sign in to comment