dogged 0.2.0

Persistent vector, similar to Clojure
Documentation
  • Coverage
  • 14.29%
    1 out of 7 items documented1 out of 6 items with examples
  • Size
  • Source code size: 37.51 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.82 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • nikomatsakis/dogged
    45 3 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • nikomatsakis

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.