Compression vs. deduplication

  • compression helps reduce file size (e.g., .blend uses zlib)
  • Deduplication (like Git-style diffs) is not built in to any of the formats by default.