Prolly: A content-addressed ordered map built on prolly trees
Summary
The article introduces Prolly, a Rust library that implements content-addressed, immutable ordered maps using prolly trees. It provides a pluggable storage backend, range proofs, three-way merges, CRDT-style merge strategies, and extensive docs on architectures, APIs, and use cases for versioned data and sync. It also outlines backends, offloading large values, GC, and async store support.