Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 354 Bytes

File metadata and controls

6 lines (3 loc) · 354 Bytes

Content Compression

To find out whether or not to store content as compressed, git-taut first compresses the content and if the size of the compressed content is below a percentage (roughly 80%) of the size of the original content, the content is stored as compressed, otherwise the content is stored as it is.

Content compression uses Zstd.