Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • Thank you. Is there any info available about memory consumption? What works well for desktop might not work that well in resource constrained environments. Commented Nov 19, 2014 at 9:42
  • 1
    code.google.com/p/fuse-zip/wiki/PerformancePage Commented Nov 19, 2014 at 9:48
  • No mentions of memory consumption there. Commented Nov 19, 2014 at 9:57
  • 2
    Google Code has closed, link above moved to bitbucket.org/agalanin/fuse-zip/wiki/PerformancePage Commented Jan 11, 2019 at 7:21
  • No mention of random access (seek) speed either. In my case I have a .zip with a single 7GB, and would like reasonable RAM usage and random access. Doing this half-efficiently would require caching things like compression block positions, I suspect nothing ready does this? Commented Aug 17, 2021 at 9:46