Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix bug in pinsets and add a stress test for the scenario #3273

Merged
merged 4 commits into from
Oct 9, 2016

Commits on Oct 6, 2016

  1. fix bug in pinsets and add a stress test for the scenario

    License: MIT
    Signed-off-by: Jeromy <why@ipfs.io>
    whyrusleeping committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    1f853c5 View commit details
    Browse the repository at this point in the history
  2. add comment detailing the algorithm and fix

    License: MIT
    Signed-off-by: Jeromy <why@ipfs.io>
    whyrusleeping committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    c7e3d5d View commit details
    Browse the repository at this point in the history
  3. pinset: clean up storeItems logic a bit

    Switched from using a map to an array since the bounds are
    small and fixed. This should save us some significant time and on
    accesses
    
    License: MIT
    Signed-off-by: Jeromy <why@ipfs.io>
    whyrusleeping committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    ec9ce83 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2016

  1. Remove legacy multiset 'data' fields, comment and cleanup more

    License: MIT
    Signed-off-by: Jeromy <why@ipfs.io>
    whyrusleeping committed Oct 7, 2016
    Configuration menu
    Copy the full SHA
    a49483b View commit details
    Browse the repository at this point in the history