Skip to main content

persistent data structure

Definition

An append only verifiable data structure. What we sign may not change.

The approach that ACDCs take to data structures -- making them immutable and thus distributable and concurrency-friendly -- is very similar to the one advocated and implemented by Clojure.

The persistent data structure is a graph