2019-08-01から1ヶ月間の記事一覧

「The (not so) hidden cost of sharing code between iOS and Android」を読んだ

DropboxのThe (not so) hidden cost of sharing code between iOS and Android という記事を読んだ。 https://blogs.dropbox.com/tech/2019/08/the-not-so-hidden-cost-of-sharing-code-between-ios-and-android/ 異なるプラットフォーム間で共通のc++のコー…

Optimizing HTTP/2 prioritization with BBR and tcp_notsent_lowat

https://blog.cloudflare.com/http-2-prioritization-with-nginx/ BBRとtcp_notsetn_Iowatを使って、HTTP/2の優先度制御を最適化する話。 # サーバ側のバッファサイズの課題 優先度が低いリソースのリクエストの後に、優先度が高いリソースのリクエストが来…