Ask HN: Compress to Smallest Possible Size
I am on a mission to try and compress a 50 GB file into the smallest possible size.
My best idea so far is to use zstd with --ultra -22 flag.
Do you have any better suggestion?
Update, creating my own dictionary might improve the compression rate.