| |
Prolly: A content-addressed ordered map built on prolly trees
Prolly is an open-source Rust library that implements a content-addressed ordered key-value map using prolly trees, offering immutable storage with efficient structural sharing, diffing, and merging capabilities. The library provides both asynchronous and synchronous APIs with pluggable storage backends, with all tree operations implemented in a runtime-neutral engine. The project includes comprehensive documentation, performance benchmarks, and an interactive browser-based visualizer for exploring prolly tree mutations.
Read Full Article →
← More Tech news