daniel:// stenberg:// @bagder@mastodon.social6/6/2025, 9:16:33 PMPublic"download time is reduced by ~13%" (for #curl)... by adding some odd #OpenSSL functions we didn't know existed.https://github.com/curl/curl/pull/17548openssl: enable readahead and increase read buffer size (improves download speed) by edwintorok · Pull Request #17548 · curl/curlI 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.com · GitHub