Skip to content

Releases: mxmlnkn/ratarmount

ratarmount 0.3.0

20 Feb 19:27
26551ef
Compare
Choose a tag to compare
  • Add --version option to CLI.
  • Add support for gzip compressed TAR archives.
  • Add support for bzip2 compressed TAR archives.
  • Improve SQLite index creation memory footprint and performance using
    a temporary unsorted table and then sort it once by file name.

ratarmount v0.2.0

20 Feb 19:26
28c50ed
Compare
Choose a tag to compare
  • Add SQLite backend to improve memory usage.
  • Reduce memory usage by clearing tarfile's internal index periodically.
  • Add argument option to forward options to FUSE.

ratarmount 0.1.0

20 Feb 19:21
Compare
Choose a tag to compare

First version uploaded to PyPI.