-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Labels
P2Medium: Good to have, but can wait until someone steps upMedium: Good to have, but can wait until someone steps upkind/enhancementA net-new feature or improvement to an existing featureA net-new feature or improvement to an existing featurereleasedstatus/readyReady to be workedReady to be worked
Description
go-IPFS has taken a different approach to js-IPFS in deciding when to start using a HAMT shard instead of a regular directory.
js-IPFS has an arbitrary 1k entry limit, overridable by the user.
go-IPFS calculates the likely block size of the directory node, sharding once it increases above a certain size.
We should align with the go-IPFS calculation, in order to not have divergent hashes for a given directory.
Metadata
Metadata
Assignees
Labels
P2Medium: Good to have, but can wait until someone steps upMedium: Good to have, but can wait until someone steps upkind/enhancementA net-new feature or improvement to an existing featureA net-new feature or improvement to an existing featurereleasedstatus/readyReady to be workedReady to be worked