[PLACEHOLDER] Golang Gossipsub profiling and optimisation
@raulk is already working on this.
Since Aug 7, 2019.
- Dominant language
- No language data
- Stars
- 40
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Motivation and context
The current golang implementation of gossipsub is a reference implementation:
https://github.com/libp2p/go-libp2p-pubsub
It is intended to be correct and fully implement the protocol, but it is by no means optimized.
This leaves a lot of room for improvement in terms of performance; this more generally applies to the go-libp2p pubsub implementation.
We want to improve the reference implementation and make sure it is production-quality, so that it can be used in production environments without any fear or performance concerns.
Value
Benefits (if addressed)
ETH2 implementers can rely on a reference implementation to be used in production without any performance concerns.
Risks (if not addressed)
We are not addressing potential performance problems, which may cause issues in production.
Expected output and constraints
Relevant discussion
Design/implementation notes
Potential funders
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.