Hey @klayoutmatthias ,
I'm a huge fan of the integrated gzip support in KLayout! I always compress GDS files because they have a big compression potential. However, I have seen XZ compression is now used more and more in other open-source projects. I was wondering if you would be interested in added XZ as well as compression?
I can work on that feature, but I want to check whether you're interested or you see any blocker implementing this feature.
I just tried XZ on a random GDS file, I found on my disk, and the result is quite promising:
$ ls -lh 6_final.gds*
-rw-r--r-- 1 daniel daniel 106M Aug 21 11:18 6_final.gds
-rw-r--r-- 1 daniel daniel 17M Aug 21 11:18 6_final.gds.gz
-rw-r--r-- 1 daniel daniel 8.0M Aug 21 11:18 6_final.gds.xz
Hey @klayoutmatthias ,
I'm a huge fan of the integrated gzip support in KLayout! I always compress GDS files because they have a big compression potential. However, I have seen XZ compression is now used more and more in other open-source projects. I was wondering if you would be interested in added XZ as well as compression?
I can work on that feature, but I want to check whether you're interested or you see any blocker implementing this feature.
I just tried XZ on a random GDS file, I found on my disk, and the result is quite promising: