hamst 0.1.0

Hash Array Mapped Shareable Trie
Documentation

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.