-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: implement hamt writing (#603)
* feature: implement hamt writing * fix: consider link size when sending data The real fix is of course to make this a streaming request... But that will come later. * test: add test for a truly large directory * refactor: cleanup * refactor: properly handle hash collisions I could not find an actual collision, so I just added twice the exact same name for a test, which currently has the same effect.
- Loading branch information
Showing
4 changed files
with
293 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.