You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While we use DwarFS which allows fast reading performance, the compression mechanism introduces a space-time compromise where the running time gets slower due to compression.
We may want to implement an "pre-decompression" mode where the DwarFS is decompressed before hand.
This is useful in cases where running time is more important than space savings, e.g. in Docker.
The text was updated successfully, but these errors were encountered:
The core dwarfs has a limitation. It can mount an image embedded in another file, but cannot extract such image.
This dwarfs issue shall be fixes prior to "pre-decompression" mode implementation
While we use DwarFS which allows fast reading performance, the compression mechanism introduces a space-time compromise where the running time gets slower due to compression.
We may want to implement an "pre-decompression" mode where the DwarFS is decompressed before hand.
This is useful in cases where running time is more important than space savings, e.g. in Docker.
The text was updated successfully, but these errors were encountered: