▲ | digikata 5 days ago | |||||||||||||||||||||||||
I would think that git would need a parallel storage scheme for binaries. Something that does binary chunking and deduplication between revisions, but keeps the same merkle referencing scheme as everything else. | ||||||||||||||||||||||||||
▲ | tempay 5 days ago | parent | next [-] | |||||||||||||||||||||||||
> binary chunking and deduplication Are there many binaries that people would store in git where this would actually help? I assume most files end up with compression or some other form of randomization between revisions making deduplication futile. | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
▲ | zigzag312 5 days ago | parent | prev [-] | |||||||||||||||||||||||||
Xet uses block level deduplication. |