Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
約10MBのファイルがあります。最適化された方法でダウンロードする必要があります。それで、最適化された方法でプログラムでダウンロードする方法はありますか?
この質問には解釈の余地がたくさんあります。これが簡単な答えです。
gzip を使用します。
Web サーバーで gzip を有効にします。それらのほとんどはそれを行うことができます。http リクエストで accept-encoding: gzip ヘッダーを送信します。
一般に、これは非圧縮よりも速く実行されます。