Currently "zstd --list" iterates all compressed blocks, which makes it super slow when lseek(2) is expensive, e.g., on a network filesystem. Can zstd store uncompressed file size directly like xz, so that listing becomes independent on file size?