Benchmarks & bandwidth cost
Dits stores only the chunks that changed. Translated into cloud-egress dollars, here's what an equivalent delta transfer would be worth — with a link to the full, reproducible benchmark suite.
push/pull and delta sync over the wire are roadmap— not implemented yet — so treat the dollar figures as projected, derived from the measured storage delta. See the roadmap.What costs money
Cloud providers bill for egress — data transferred out (downloads, pulls, CDN delivery). Uploads (transfer-in) are typically free. So the dollars accrue when a changed asset is distributed: every teammate who pulls the new version, or every viewer the CDN serves. With whole-file tooling, each of those is a full re-transfer. With Dits' content-defined chunking and delta transfer, it's just the changed chunks.
Per-edit egress, priced
One localized edit to a 10 GB asset. The byte figures come from the measured storage delta; the egress dollars are projected (they assume the delta is transferred on pull, which depends on roadmap networked sync). The only new math is multiplication (GB × $/GB).
| Per distributed edit | Data moved | @ $0.09/GB (S3) | @ $0.01/GB (B2) |
|---|---|---|---|
| Git LFS / manual | 10 GB | $0.90 | $0.10 |
| dits | ~200 KB | < $0.01 | < $0.01 |
See the full benchmarks — reproducible, with the monthly team scenario and annual savings