gpt4 book ai didi

ios - 解压速度太慢

转载 作者:可可西里 更新时间:2023-11-01 03:34:51 24 4
gpt4 key购买 nike

我正在使用 react-native-zip-archive 来解压我的文件。

这是我的源代码。

            unzip(res.path(), targetPath)
.then((path) => {
RNFS.unlink(res.path())
.then(() => {
console.log('FILE DELETED');
})
// `unlink` will throw an error, if the item to unlink does not exist
.catch((err) => {
console.log(err.message);
});
})
.catch((error) => {
});

Zip 文件为 235MB。提取它大约需要 30 分钟。有没有提高解压速度的方法?

感谢您的宝贵时间。

最佳答案

我建议你使用这个 zip 库。它很有用而且压缩得很好 pako

关于ios - 解压速度太慢,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46546049/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com