没有可选字段的协议缓冲区:固定大小?

发布于 2024-11-02 14:28:04 字数 134 浏览 1 评论 0原文

我正在使用 Google Protocol 缓冲区,并尝试确定以下内容:

如果我的协议缓冲区不包含重复字段,并且所有字段都是必需的,那么是否可以安全地假设缓冲区始终具有相同的大小,无论其内容如何?

谢谢。

I'm using Google Protocol buffers and am trying to determine the following:

If my protocol buffer contains no repeating fields, and all fields are required, is it safe to assume the buffer will always be the same size, regardless of its contents?

Thanks.

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

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

发布评论

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

评论(1

∞觅青森が 2024-11-09 14:28:04

不。鉴于所提供的信息,这不是正确的假设。

某些类型(尤其是 Base 128 Varints)使用变量编码。另请考虑字符串(具有未指定的有效负载)作为另一个反例。

快乐编码。

No. This is not correct assumption given the information provided.

Some types (notably Base 128 Varints) use a variable-encoding. Also consider Strings (with unspecified payloads) as another counter-example.

Happy coding.

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