Google 的 Protocol Buffers 是否用于大规模生产应用程序?

发布于 2024-07-12 02:58:37 字数 135 浏览 3 评论 0原文

Google 的协议缓冲区是否用于生产中的大规模生产应用程序?

使用起来是怎样的体验?

Is Google's Protocol Buffers used in large scale production applications in production?

What is the experience using it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

┾廆蒐ゝ 2024-07-19 02:58:38

顺便说一句,Apache ActiveMQ 6 可能会使用 Protocol Buffers 作为其默认编组层。 早期的经历非常有利; 因为很容易让每个端点处于不同的版本上,但仍然能够解析二进制协议 - 而且它看起来非常快。 当您需要提升性能时,这是 JSON/XML 的绝佳替代方案

BTW Apache ActiveMQ 6 will probably be using Protocol Buffers as its default marshalling layer. Early experiences are very favourable; as its easy to have each endpoint on different versions and yet still be able to parse the binary protocol - plus it seems very fast. A great alternative to JSON/XML when you need a performance boost

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文