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
This is follow up of #556. In short: we're decompressing the same files over and over. We measured that checksumming takes ~15% of decompression time. We want to conditionally perform checksumming (likely: for the first time).
Would it be possible to add an option to the decoder, like WithChecksum(false)?
The text was updated successfully, but these errors were encountered:
This is follow up of #556. In short: we're decompressing the same files over and over. We measured that checksumming takes ~15% of decompression time. We want to conditionally perform checksumming (likely: for the first time).
Would it be possible to add an option to the decoder, like
WithChecksum(false)
?The text was updated successfully, but these errors were encountered: