persistent data structure
Definition
An append only verifiable data structure. What we sign may not change.
Related Work
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.
ACDC Related
The persistent data structure is a graph