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.
AppendText と FileMode.Append のドキュメントを読みましたが、ファイルストリームの最後までシークすると書かれています。これがファイルの最後まで読み取る他の手法よりも効率的かどうかは明らかではありません。シークによってファイル全体が読み取られますか?
これをよりよく理解したいので、非常に大きなファイルを処理するときのパフォーマンスへの影響を理解しています。