Skip to content

Commit 97f79e4

Browse files
authored
Update index.cn.md
1 parent bfada01 commit 97f79e4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.cn.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ jsoniter(json-iterator)是一款快且灵活的 JSON 解析器,同时提
77

88
# 就是快!
99

10+
```
11+
Go开发者们请加入我们,滴滴出行平台技术部 [email protected]
12+
```
13+
1014
主流的 JSON 解析器是非常慢的。Jsoniter Java 版本可以比常用的 jackson/gson/fastjson **快 3 倍**。如果你需要处理大量的 JSON 格式的日志,你应该考虑一下用 [dsl-json](https://github.com/ngs-doo/dsl-json) 或者 Jsoniter 来节约可观的成本。根据 dsl-json 的性能评测,JSON 格式序列化和反序列化的速度其实一点都不慢,[甚至比 thrift/avro 还要快](https://www.codeproject.com/Articles/1165627/Jsoniter-JSON-is-faster-than-thrift-avro)
1115

1216
![protobuf-vs-jsoniter](http://jsoniter.com/benchmarks/protobuf-vs-jsoniter.png)

0 commit comments

Comments
 (0)