Lz4 is a great compression algorithm for large datasets, and is extremely fast, but its compression ratio is limited compared with other algorithms.
During my research around compression algorithms I saw that @gchen has said in the past that Duplicacy doesn’t support zstd as it does not have a pure go implementation.
Could this Go package be used to incorporate zstd into Duplicacy?
Or is it not a suitable package (I’m by no means an expert)? Would be interested to see what sort of Duplicacy backup size could be achieved with zstd as compared with lz4 and what the speed tradeoffs would be.