You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the mini-block encoding we can checksum each mini-block with a CRC32. Blocks should only be 4-8KiB and so CRC32 should provide pretty strong protection.
When using the full-zip encoding we will actually need to checksum each individual value. Since we don't use it until we hit 128 bytes then adding 4 bytes is probably not too detrimental.
The text was updated successfully, but these errors were encountered:
When using the mini-block encoding we can checksum each mini-block with a CRC32. Blocks should only be 4-8KiB and so CRC32 should provide pretty strong protection.
When using the full-zip encoding we will actually need to checksum each individual value. Since we don't use it until we hit 128 bytes then adding 4 bytes is probably not too detrimental.
The text was updated successfully, but these errors were encountered: