Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

Commit

Permalink
feat: split hamt out into separate module, closes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Nov 21, 2018
1 parent 3ef4ea1 commit bf216a9
Show file tree
Hide file tree
Showing 12 changed files with 131 additions and 937 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"async": "^2.6.1",
"cids": "~0.5.5",
"deep-extend": "~0.6.0",
"hamt-sharding": "~0.0.1",
"ipfs-unixfs": "~0.1.16",
"ipld-dag-pb": "~0.15.0",
"left-pad": "^1.3.0",
Expand All @@ -72,7 +73,6 @@
"pull-through": "^1.0.18",
"pull-traverse": "^1.0.3",
"pull-write": "^1.1.4",
"sparse-array": "^1.3.1",
"stream-to-pull-stream": "^1.7.2"
},
"optionalDependencies": {
Expand Down
289 changes: 0 additions & 289 deletions src/hamt/bucket.js

This file was deleted.

82 changes: 0 additions & 82 deletions src/hamt/consumable-buffer.js

This file was deleted.

Loading

0 comments on commit bf216a9

Please sign in to comment.