diff --git a/newsfragments/687.feature.rst b/newsfragments/687.feature.rst new file mode 100644 index 00000000..d7985cd6 --- /dev/null +++ b/newsfragments/687.feature.rst @@ -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.