TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Releasing fast Protocol Buffers for Python with lazy decoding support

13 点作者 atamyrat超过 14 年前

4 条评论

atamyrat超过 14 年前
Last week there was a discussion about Protocol Buffers for Python when Greplin released C++ wrappers. [<a href="http://news.ycombinator.com/item?id=2145534" rel="nofollow">http://news.ycombinator.com/item?id=2145534</a>]<p>I mentioned that we were working on it too, so over the weekend I tried to make it usable by others.<p>Two main differences are:<p>1) Lazy decoding support: Message parts are decoded on the fly as they are accessed for first time.<p>2) No dependencies. C code is generated which compiles to Python module.
calloc超过 14 年前
This is great news. The company I am currently working at is using the Google Protocol buffers within Python as well, and any and all speedups we can get is absolutely fantastic.<p>As of right now we are just getting off the ground and I don't think the protocol buffers are going to be our primary concern for a while, either way it is nice to know that in the future we can look forward to using these 3rd party libraries.
StavrosK超过 14 年前
Does anyone have the TL;DR version of what PBs are or how they're used?
评论 #2168231 未加载
jchonphoenix超过 14 年前
Is anyone pushing these updates back to google? Isn't protobufs open source?
评论 #2168341 未加载