Skip to content

Commit 646f924

Browse files
committed
fix links
1 parent 564228e commit 646f924

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,21 @@ jsoniter (json-iterator) is fast and flexible JSON parser available in [Java](ht
22

33
# Why jsoniter?
44

5-
* Jsoniter is the fastest JSON parser. It could be up to 10x faster than normal parser, data binding included. Shameless self [benchmark](/benchmark.html)
6-
* Extremely flexible api. You can mix and match three different styles: bind-api, any-api or iterator-api. Checkout your [api choices](/api.html)
7-
* Unique iterator api can iterate through JSON directly, zero memory allocation! See how [iterator](/api.html#iterator-api) works
5+
* Jsoniter is the fastest JSON parser. It could be up to 10x faster than normal parser, data binding included. Shameless self [benchmark](http://jsoniter.com/benchmark.html)
6+
* Extremely flexible api. You can mix and match three different styles: bind-api, any-api or iterator-api. Checkout your [api choices](http://jsoniter.com/api.html)
7+
* Unique iterator api can iterate through JSON directly, zero memory allocation! See how [iterator](http://jsoniter.com/api.html#iterator-api) works
8+
9+
# Show off
10+
11+
Here is a quick show off, for more complete report you can checkout the full [benchmark](http://jsoniter.com/benchmark.html) with [in-depth optimization](http://jsoniter.com/benchmark.html#optimization-used) to back the numbers up
12+
13+
This is java version, doing data binding
14+
15+
![java1](http://jsoniter.com/benchmarks/java1.png)
16+
17+
This is go version, doing data binding
18+
19+
![go-medium](http://jsoniter.com/benchmarks/go-medium.png)
820

921
# 1 Minute Tutorial
1022

0 commit comments

Comments
 (0)