tarfile getmembers() very slow

后端 未结 0 1129
执笔经年
执笔经年 2021-01-28 20:19

Running

import tarfile
with tarfile.open(tgz, \'r:gz\') as tar:
    members = tar.getmembers()

on a quite powerful Windows 10 machine with Python

相关标签:
回答
  • 消灭零回复
提交回复
热议问题