Hacker News new | ask | show | jobs
by valarauca1 3356 days ago
For large files >1GiB a library + archive is often smaller then the archive on its own.
1 comments

How are you compressing the data?

I would expect a dictionary to be useful if the data is broken into chunks, and each chunk is compressed individually.

If the data is compressed as one frame, I would be very interested in an example where the dictionary helps.