Skip to content

persistent data structure

Henk van Cann edited this page Jul 7, 2023 · 1 revision

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

Clone this wiki locally