Calculates the maximum compressed length of data which has a length of uncompressed_length.
Note: Surprisingly, this is more than uncompressed_length but that's the worst case for completely uncompressable data.
length of data to compressed
maximum compressed length of data
See Implementation
Calculates the maximum compressed length of data which has a length of uncompressed_length.
Note: Surprisingly, this is more than uncompressed_length but that's the worst case for completely uncompressable data.