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

Commit bf216a9

Browse files
committed
feat: split hamt out into separate module, closes #1
1 parent 3ef4ea1 commit bf216a9

12 files changed

+131
-937
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"async": "^2.6.1",
5858
"cids": "~0.5.5",
5959
"deep-extend": "~0.6.0",
60+
"hamt-sharding": "~0.0.1",
6061
"ipfs-unixfs": "~0.1.16",
6162
"ipld-dag-pb": "~0.15.0",
6263
"left-pad": "^1.3.0",
@@ -72,7 +73,6 @@
7273
"pull-through": "^1.0.18",
7374
"pull-traverse": "^1.0.3",
7475
"pull-write": "^1.1.4",
75-
"sparse-array": "^1.3.1",
7676
"stream-to-pull-stream": "^1.7.2"
7777
},
7878
"optionalDependencies": {

src/hamt/bucket.js

Lines changed: 0 additions & 289 deletions
This file was deleted.

src/hamt/consumable-buffer.js

Lines changed: 0 additions & 82 deletions
This file was deleted.

0 commit comments

Comments
 (0)