Wei-Yin Chen
Wei-Yin Chen
I would like to propose optimizing block management for uncompressed blocks in DwarFS. As it currently stands, uncompressed blocks are treated the same way as compressed blocks, meaning they are...
I would like to propose a new feature that enhances the deduplication capabilities of DwarFS for large datasets when memory is limited. Currently, the --max-lookback-blocks (-B) mechanism requires reference blocks...
gensquashfs currently retains the original data if the compressed output is larger than the source. However, performing heavy-duty compression on incompressible data and then discarding it may be wasteful. I...