You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the latest version of protons is quite a bit slower encoding gossipsub RPC messages but is comparable when decoding them (node.js v20.8.0, M1 Max macOS 13.5.1).
This is the proto file https://github.com/ChainSafe/js-libp2p-gossipsub/blob/v10.0.0/src/message/rpc.proto
This is the testing code https://github.com/ChainSafe/js-libp2p-gossipsub/blob/v10.0.0/test/benchmark/protobuf.test.ts
With
protons-runtime
v3 I got:with
protons-runtime
v5 I got:The text was updated successfully, but these errors were encountered: