CQCL/tket2

Compress the ECC sets by default

Closed this issue · 1 comments

We should use something like zstd to compress/decompress the rewrite sets, instead of storing the full files.

The included nam_6_3.rwr is 70MB, but compresses with zstd -9 to 4.4MB.

Note that the file already gets compressed when packaging the python wheels, so #486 is still necessary.

Related to CQCL/hugr#1209, but we may have to compress the .rwr directly from our side.