[PATCH 3/3] erofs-utils: introduce fragment cache

2025-01-16 Thread Gao Xiang
Difference from the previous Yiyan's version [1], it just uses a tmpfile to keep all decompressed data for fragments. Dataset: linux 5.4.140 mkfs.erofs command line: mkfs.erofs -zlzma -C131072 -T0 -Eall-fragments,fragdedupe=inode foo.erofs Test command line: hyperfine -p "echo 3

Re: [PATCH 3/3] erofs-utils: introduce fragment cache

2025-01-16 Thread Gao Xiang
On 2025/1/17 15:46, Gao Xiang wrote: Difference from the previous Yiyan's version [1], it just uses a tmpfile to keep all decompressed data for fragments. Dataset: linux 5.4.140 mkfs.erofs command line: mkfs.erofs -zlzma -C131072 -T0 -Eall-fragments,fragdedupe=inode foo.erofs Test c