|
|
Log in / Subscribe / Register

Merkle trees and build systems

Merkle trees and build systems

Posted May 28, 2020 17:29 UTC (Thu) by atai (subscriber, #10977)
In reply to: Merkle trees and build systems by dezgeg
Parent article: Merkle trees and build systems

Does guix also use the similar construct as it is modeled after Nix?


to post comments

Merkle trees and build systems

Posted May 28, 2020 21:55 UTC (Thu) by civodul (guest, #58311) [Link]

Yes, it does. This is called the "extensional model" in the original Nix work (see https://edolstra.github.io/pubs/phd-thesis.pdf). The model is that build processes are view as pure functions, which can thus be "memoized"; IOW, build results can be cached in the store.


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds