hamst

Crates.iohamst
lib.rshamst
version0.1.0
sourcesrc
created_at2020-11-08 10:59:33.910787
updated_at2020-11-08 10:59:33.910787
descriptionHash Array Mapped Shareable Trie
homepagehttps://github.com/vincenthz/rs-hamst/
repositoryhttps://github.com/vincenthz/rs-hamst/
max_upload_size
id309847
size69,292
Vincent Hanquez (vincenthz)

documentation

README

HAMST - Hash Array Mapped Shareable Trie

An HAMT data structure in rust, that uses immutable nodes that are shareable between new copies.

Modification in this HAMT, only create new nodes and leave the previous nodes available for any remaining old copies. Once the root of a copy disappear, then all the nodes that are unique to this copy, are garbage collected also.

Commit count: 12

cargo fmt