-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Blake hashing tracking issue #11999
Copy link
Copy link
Open
Labels
idea approvedThe given proposal has been discussed and approved by the Nix team. An implementation is welcome.The given proposal has been discussed and approved by the Nix team. An implementation is welcome.storeIssues and pull requests concerning the Nix storeIssues and pull requests concerning the Nix store
Milestone
Metadata
Metadata
Assignees
Labels
idea approvedThe given proposal has been discussed and approved by the Nix team. An implementation is welcome.The given proposal has been discussed and approved by the Nix team. An implementation is welcome.storeIssues and pull requests concerning the Nix storeIssues and pull requests concerning the Nix store
Fields
Give feedbackNo fields configured for issues without a type.
The Blake family of hash algorithms has a number of advantages for random access because data is ingested in a tree rather than linear stream. Tvix is using it for this purpose.
In order to support such experiments and potential compatibility with Tvix's experiments in the future, I think we should the same Blake hashing algorithm that they do.
CC @edef1c