add newsfragment

This commit is contained in:
guha-rahul
2025-06-26 19:39:41 +05:30
parent 460f502bb9
commit 4947578139

View File

@ -0,0 +1 @@
Optimized pubsub message writing by implementing a write_msg() method that uses pre-allocated buffers and single write operations, improving performance by eliminating separate varint prefix encoding and write operations in FloodSub and GossipSub.