What is your suggestion?
I'd like to request that Zstandard (zstd) compression support be added for conan cache {save,restore}. For a random sample of saved packages, comparing the default gzip -9 to zstd -19 gives an approximately 50% space reduction. Presumably this would also provide a core.zstd:compresslevel config option. I'd even go so far as to say that the default for saving should use zstd, with a gzip option for fallback/compatibility when importing with older versions.
Have you read the CONTRIBUTING guide?