charon icon indicating copy to clipboard operation
charon copied to clipboard

explore libp2p compression on the network layer

Open boulder225 opened this issue 1 year ago • 0 comments

🎯 Problem to be solved

  • exploring whether libp2p inherently supports compression and understanding the potential for integrating compression plugins, like Brotli, into libp2p. Evaluating the performance impact of compression on libp2p applications, particularly in the context of block gossiping and full blocks.
  • Designing a measurement framework to assess the implications of compressing data streams over the network.

🛠️ Proposed solution

  • [ ] Conduct a spike to investigate libp2p's existing compression capabilities.
  • [ ] Explore the feasibility and impact of integrating Brotli or other compression plugins into libp2p.
  • [ ] Develop and implement a performance testing plan

boulder225 avatar Nov 29 '23 13:11 boulder225