This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
I was looking into restic the other day and it uses a content addressed directory layout common to many programs. To store some blob, we compute a hash of the contents, transform it into a valid path, then write the contents into that path. This scheme also shows up in git , the OCI disk image layout , I’ve used it in Program Explorer for caching of images, etc. There are a few design choices that…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.