Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 261 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 261 Bytes

Experimental persistent vector in Rust. Based on a digit-indexed trie, as in Clojure. Supports push(), get(), and get_mut() as its primitive operations for now. All O(1)-in-practice, if not in theory, but obviously not as fast as a non-persistent vector.