我可以对压缩/压缩文件进行多次写入和多次读取吗

发布于 2025-01-02 18:59:58 字数 40 浏览 1 评论 0原文

这是否可能没有任何一致性问题? 哪种流行的压缩算法最适合此类目的?

Is this possible without any consistency problem.
Which popular compression algorithm will best suite for these kind of purpose ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

萌能量女王 2025-01-09 18:59:58

压缩文件系统是最简单的方法。您可以在 NTFS、ZFS 或 BTRFS 中启用压缩,具体取决于您的操作系统。但压缩程度并不大。

具有灵活容器的快速算法也可以。 Zip 似乎可行:如何更新 zip 存档中的一个文件< /a>

A compressed file system is the simplest way to do that. You can enable compression in NTFS, ZFS or BTRFS, depending on your OS. But the compression is not great.

A fast algorithm with an flexible container would also do. Zip seems workable: How to update one file in a zip archive

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文