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

feat(importer): add rabin fingerprinting chunk algorithm #223

Merged
merged 3 commits into from
Aug 8, 2018

Commits on Jul 26, 2018

  1. feat(importer): add rabin fingerprinting chunk algorithm

    This is required to have feature parity with go-ipfs which supports rabin chunking algorithm.
    Rabin chunker supports the following `chunkerOptions`
    minChunkSize: {integer}
    avgChunkSize: {integer}
    maxChunkSize: {integer}
    polynomial:   {string}
    window:       {integer}
    Rabin chunker uses the same defaults defined by go-ipfs-chunker.
    
    Supports ipfs/js-ipfs#1283
    
    License: MIT
    Signed-off-by: Dan Ordille <[email protected]>
    dordille committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    83a5feb View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2018

  1. test: enable rabin chunker test in node env

    License: MIT
    Signed-off-by: Dan Ordille <[email protected]>
    dordille committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    3ffbcd7 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2018

  1. test: add test for rabin chunker when only avgChunkSize is specified

    License: MIT
    Signed-off-by: Dan Ordille <[email protected]>
    dordille committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    6f1f568 View commit details
    Browse the repository at this point in the history