2 Comments
User's avatar
⭠ Return to thread
Sathish's avatar

Thanks NK for the detailed explanations. Why does JS doesn’t perform as good as Java or python using Protobuf?

Expand full comment
Neo Kim's avatar

JSON is native to JS - and makes it efficient. You can read more about the study: https://auth0.com/blog/beating-json-performance-with-protobuf

Expand full comment