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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

New JSON parser for Go: up to 9x faster than `encoding/json`

20 点作者 LeonidBugaev大约 9 年前

4 条评论

zimbatm大约 9 年前
This could be useful if only a small subset of the JSON content is needed. It would be interesting to see how it compares when the number of fields grow.<p>One missing for comparison: <a href="https:&#x2F;&#x2F;github.com&#x2F;ugorji&#x2F;go&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ugorji&#x2F;go&#x2F;</a>
评论 #11329271 未加载
评论 #11329335 未加载
LeonidBugaev大约 9 年前
I&#x27;m the author.<p>Happy to answer any questions, hope you like it!
评论 #11329220 未加载
giovannibajo1大约 9 年前
Did you run any compliance test? I don&#x27;t mind a fast parser, but I fear a fast parser that breaks on unusual-but-standard input...
评论 #11329419 未加载
评论 #11329319 未加载
bebna大约 9 年前
Why should anyone want to use it? It only reads and even with that it doesn&#x27;t do everything you expect from a go json lib. It is basically nothing more than a tokenizer.
评论 #11329116 未加载