"download time is reduced by ~13%" (for #curl)
... by adding some odd #OpenSSL functions we didn't know existed.
github.com/curl/curl/pull/1754…
openssl: enable readahead and increase read buffer size (improves download speed) by edwintorok · Pull Request #17548 · curl/curl
I ran strace on curl and noticed that it is doing a lot of very short reads, of exactly 5 bytes, followed by a larger read. strace Before recvfrom(4, "\27\3\3@\30", 5, 0, NULL, NULL) = 5 ...GitHub
feld
in reply to daniel:// stenberg:// • • •Anthropy
in reply to daniel:// stenberg:// • • •imagine the worldwide impact this can have across all the places curl is being used 👌