Two different modules are available for protobuf in nodejs -
- https://github.com/dcodeIO/ProtoBuf.js/
- 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?