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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

In Depth Talk on Performance and Serialization (Protobuf, json, Thrift, etc.)

31 点作者 peterb大约 13 年前

4 条评论

trjordan大约 13 年前
Direct link to slides: <a href="http://qconsf.com/dl/qcon-sanfran-2011/slides/SastryMalladi_DealingWithPerformanceChallengesOptimizedSerializationTechniques.pdf" rel="nofollow">http://qconsf.com/dl/qcon-sanfran-2011/slides/SastryMalladi_...</a>
stock_toaster大约 13 年前
I didn't see anything in the slides about compressing (gzip) any of the non-binary formats (json, xml, etc). It would be interesting to see those in a comparison like this too.<p>Also would have been neat to see tnetstrings &#60;or insert favorite format here&#62;. ;)
BlueZeniX大约 13 年前
I seriously wonder how it's possible that in his tests JSON got smaller than MsgPack.<p>MsgPack is so close to JSON in structure, but very compact (1 byte type header, small numbers type and payload combined) it doesn't make any sense.
评论 #3968507 未加载
chad_walters大约 13 年前
I recommend that anyone interested in this topic look closely at the raw data provided in the deck on slides 38-41.