Skip to content

Commit d9370cf

Browse files
authored
Update index.md
1 parent a8f8b19 commit d9370cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.md

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

88
# Faster, Much Faster!
99

10-
Mainstream JSON parsers are very slow. Jsoniter Java version could be **4x** times faster than jackson/gson/fastjson. If you are doing a lot of log processing or number crunching, but stuck with JSON, you definitely need to consider [dsl-json](https://github.com/ngs-doo/dsl-json) or Jsoniter to save the encoding/decoding cost. According to dsl-json, the JSON encoding/decoding speed is not a problem, [even faster than thrift/avro](https://www.codeproject.com/Articles/1165627/Jsoniter-JSON-is-faster-than-thrift-avro)
10+
Traditional JSON parsers are very slow. Jsoniter Java version could be **4x** times faster than jackson/gson/fastjson. If you are doing a lot of log processing or number crunching, but stuck with JSON, you definitely need to consider [dsl-json](https://github.com/ngs-doo/dsl-json) or Jsoniter to save the encoding/decoding cost. According to dsl-json, the JSON encoding/decoding speed is not a problem, [even faster than thrift/avro](https://www.codeproject.com/Articles/1165627/Jsoniter-JSON-is-faster-than-thrift-avro)
1111

1212
![java1](http://jsoniter.com/benchmarks/java1.png)
1313

@@ -17,7 +17,7 @@ Jsoniter Golang version could be more than **6x** times faster than standard lib
1717

1818
For more complete report you can checkout the full [benchmark](/benchmark.html) with [in-depth optimization](/benchmark.html#optimization-used) to back the numbers up
1919

20-
# Unique Experience
20+
# Parse, Just ONE Line!
2121

2222
Jsoniter gets things done, as fast as possible. Most common use case is just one line:
2323

0 commit comments

Comments
 (0)