ipld / js-unixfs

UnixFS Directed Acyclic Graph for IPLD
Other
7 stars 4 forks source link

feat: HAMT sharded directories #41

Closed alanshaw closed 1 year ago

alanshaw commented 1 year ago

Integrates @perma/map to allow HAMT sharded directories to be created.

In this PR there's no automated switch to HAMT, the consumer needs to explicitly use createShardedDirectoryWriter to build one.