-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for HAMT directories #37
Comments
Blocked on getting coverage in Gozala/perma-map#1 to 100% so it can land and be released |
@alanshaw so have some code laying around but I don't think it's very useful. Most of basically does what I pulled out into separate repo Gozala/perma-map#1 idea was to rewrite the directory writer to use the hamt from the get go. Then on |
I have a script to create a fixture from a CAR file with a HAMT sharded directory in it. Idea is to generate a fixture do an I'm currently encountering a bug where some values are coming back incorrectly - they're the key not the value 😱: |
Resolved by #41 |
JS-ipfs starts sharing directories once directory has more that 1000 entries, so that it fits in block limit.
We need to support sharded directories for the same reason.
The text was updated successfully, but these errors were encountered: