lazy-cow 0.1.0

Copy-on-write pointers with lazy modification support to minimise clones with a cost counter to limit work duplication.
Documentation
  • Coverage
  • 4.76%
    1 out of 21 items documented0 out of 15 items with examples
  • Size
  • Source code size: 12.72 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 780.88 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Vi-Kitten/lazy-cow
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Vi-Kitten

Lazy Cow

resting udders

A copy-on-write smart pointer supporting lazy edits with a cost counter to limit lazy work duplication per shared value to ensure good asymptotics.