Skip to content

Make ipfs get as fast as ipfs pin add #8985

Open
@Winterhuman

Description

@Winterhuman

Checklist

  • My issue is specific & actionable.
  • I am not suggesting a protocol enhancement.
  • I have searched on the issue tracker for my issue.

Description

Right now, ipfs pin add is actually faster than ipfs get at fetching data since ipfs pin add does concurrent dag traversals and preheating. Ideally, ipfs get should also use this same method so that both are equally fast, it's not very intuitive that "pinning" is faster than "getting", many users probably don't know about the performance difference.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3Low: Not priority right nowkind/enhancementA net-new feature or improvement to an existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions