ipfs-inactive / js-ipfs-unixfs-importer

[ARCHIVED] JavaScript implementation of the UnixFs importer used by IPFS
MIT License
5 stars 4 forks source link

bug: unnecessary memcopies in rabin chunker #35

Closed mikeal closed 4 years ago

mikeal commented 5 years ago

I was looking through the rabin usage and I think I found a bug. I commented more thoroughly in the commit introducing it https://github.com/ipfs/js-ipfs-unixfs-importer/commit/542b3e443c30918bf2f7eef26a216c1a64d0ad0e#r34327138

At least one of 2 things are a bug, depending on how getFingerprints works.

alanshaw commented 4 years ago

Can be closed? Was resolved by https://github.com/ipfs/js-ipfs-unixfs-importer/pull/40 ?