Maximilian Knespel

Results 234 comments of Maximilian Knespel

My advice would be to unpack the deb and the .tar.zstd to a file system and then use ratarmount to mount the innermost .tar.bz2. A heuristic like this could be...

> What is the goal for ratarmount? Initially, in 2019, the main goal was to support the trivial use case of nested non-compressed TAR files in constant time as should...

> 15 GB /tmp (ramdisk) would be in most distro default for 32 GB ram. "5 times more RAM" = 96GB? That's well above average :) Yes. I am aware....

Here are some quick benchmark comparisons: ```bash wget 'https://github.com/mxmlnkn/ratarmount/releases/download/v1.1.1/ratarmount-1.1.1-slim-x86_64.AppImage' # Repack it to show that the repacking itself is not the cause of the speedup. ./ratarmount-1.1.1-slim-x86_64.AppImage --appimage-extract ARCH=x86_64 appimagetool --comp...