Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Json Parsing Performance

Result

chart

What tested

I got some json from json-generator.

There are 3 files : 7KB, 5.6MB, 79MB.

and do unit test.

Performance

  1. Jackson + Databind, Logan
  2. Gson + TypeAdapter (generated by Stag-Java)
  3. Gson
  4. Auto Value + TypeAdapter (generated by Auto Value Gson)

I know it's so interesting.

If I did a wrong way to test, Let me know it.