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.
zip ファイルから 1 つのエントリだけを抽出する効率的な方法を見つけようとしています。コマンドラインの解凍は、桁違いに高速に動作します。
エントリを選択する方法があるadm-zipを試しました。
私は yauzl を試しました - そして readEntry カーソルを使用し、ファイル名の一致について各パスをチェックしました。
パフォーマンスが少なくとも同じ地域にあるnodejsのオプションはありますか?
ありがとう