My largest database file contains only moves (no fen, no game info) which is used 6-8 bit per move (similar to your previous posts). The format is very simple so we can consider it as moves only.rvida wrote:10% of what? What was the original format and which compression method you used?phhnguyen wrote:It helps to reduce around 10% only for whole database. It may gain less if it is compressed by chunks.
Anyone has better compression results?
I have tested by using zip (include para -9), tar app from my Mac to compress that file (the move file - compress whole file into one compressed file) and can reduce only 10% of its size.
If I compress it by chunks, I guess I may gain less than 10% because of ineffective chunk sizes and adding some management structures.
Do you have better experience? Thanks

