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

swarm: add optimized method for checking connectedness to peer #102

Merged
merged 1 commit into from
Sep 6, 2016

Conversation

whyrusleeping
Copy link
Contributor

We call connectedness quite a lot, at least once every time we get a findPeer DHT rpc. Optimizing this saves us a lot of small objects that need to be garbage collected and map accesses

@whyrusleeping whyrusleeping added status/in-progress In progress need/review Needs a review and removed status/in-progress In progress labels Sep 5, 2016
@whyrusleeping whyrusleeping merged commit 06db400 into master Sep 6, 2016
@whyrusleeping whyrusleeping deleted the feat/connectedness branch September 6, 2016 21:54
marten-seemann pushed a commit that referenced this pull request Dec 20, 2021
fix: simplify address replacement
marten-seemann pushed a commit that referenced this pull request Apr 21, 2022
Make FD limits configurable by environment property
marten-seemann added a commit that referenced this pull request Apr 22, 2022
marten-seemann pushed a commit that referenced this pull request Apr 26, 2022
update go-libp2p-core, remove integration test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need/review Needs a review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant