Merkle trees and build systems
Merkle trees and build systems
Posted Jun 8, 2020 3:38 UTC (Mon) by pabs (subscriber, #43278)In reply to: Merkle trees and build systems by mathstuf
Parent article: Merkle trees and build systems
This talk reminds me of how modern backup systems like restic and borg store filesystems; similar to git but without the commit hash chain (just independent snapshots) and with an additional layer of splitting files into chunks using rolling hashes.
Sadly the restic storage design misses out splitting directories into chunks of filenames, which means that there is some inefficiency around directories with many files in them.
I wonder when git is going to adopt the file chunking stuff.
