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

Add sessions when fetching MerkleDAG in LS #5509

Merged
merged 1 commit into from
Oct 2, 2018

Conversation

hannahhoward
Copy link
Contributor

Goals

Improve bandwidth usage for LS by adding Sessions

Implementation

This is simply the code by @whyrusleeping referenced here -- https://github.com/ipfs/go-ipfs/compare/feat/ls-session?expand=1 - in #4979 . Regardless of the ultimate solution we end up using for HAMT directory speedup (#4908 ), is there any reason this can't be merged now? This seems like a tangible improvement, if not in speed at least in bandwidth usage

@ghost ghost assigned hannahhoward Sep 21, 2018
@ghost ghost added the status/in-progress In progress label Sep 21, 2018
@hannahhoward hannahhoward force-pushed the chores/add-sessions-to-ls-command-4908 branch 2 times, most recently from 74e4330 to b83daf7 Compare September 21, 2018 23:10
Uses sessions when fetching MerkleDAG

License: MIT
Signed-off-by: hannahhoward <hannah@hannahhoward.net>
@hannahhoward hannahhoward force-pushed the chores/add-sessions-to-ls-command-4908 branch from b83daf7 to 47f3c40 Compare September 21, 2018 23:14
@Stebalien
Copy link
Member

Looks like a completely reasonable improvement.

@Stebalien Stebalien merged commit 080b0e1 into master Oct 2, 2018
@Stebalien Stebalien deleted the chores/add-sessions-to-ls-command-4908 branch October 2, 2018 23:06
@ghost ghost removed the status/in-progress In progress label Oct 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants