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

Optimise how we introspect streams from Swarm #5

Open
aarshkshah1992 opened this issue Feb 7, 2020 · 0 comments
Open

Optimise how we introspect streams from Swarm #5

aarshkshah1992 opened this issue Feb 7, 2020 · 0 comments

Comments

@aarshkshah1992
Copy link
Contributor

aarshkshah1992 commented Feb 7, 2020

For each connection, we currently gather the streamIds and resolve the streams from Swarm.
However, we could optimize this/reduce the number of calls to Swarm by making just one call to Swarm for streamIds across all connections & then assign the streams to their respective connections.

Please see #1 (comment)

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

No branches or pull requests

1 participant