Javascript protobuf performance

1.5k views Asked by At

Two different modules are available for protobuf in nodejs -

  1. https://github.com/dcodeIO/ProtoBuf.js/
  2. https://github.com/google/protobuf/tree/master/js - official but less features than the other module. Specifically, doesn't have typescript integration.

Which one has better performance?

1

There are 1 answers

0
veggiesaurus On BEST ANSWER

From the protobuf.js performance section, protobuf.js is significantly more performant than the official implementation.