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.
約 20 万個の bz2 ファイルがあり、そのうち 1 つだけが有効です。各 bz2 ファイルのサイズは 200 バイト未満です。有効なものを見つける必要があります。コマンド ライン bz2 ユーティリティに時間がかかりすぎています。
無効な bz2 を見つけてそれ以上の処理を無視できる、ファイル バイトを使用した最小限のチェックはありますか。シェルスクリプトよりもはるかに高速であるため、C/C++ で実行したいと考えています。