> Our data is partitionaned into 64 blocks which
are compressed separetely.
64 bytes blocks ? This would be much too small.
> Would a larger block
size improve the compression ratio?
Probably.
When compressing data using independent blocks, you can
observe compression ratio gains up to 1 MB blocks.
Beyond that, benefits become less ans less visible.
> Is there an optimal block size?
For independent blocks, 64KB is considered optimal "small"
size.
Between 4 KB & 64 KB, it is "very small", but still
manageable.
Anything below 4 KB is starting to miss a lost of compression opportunity. Ratio will plummet.