I'm using Jackson with DataBind library to parse json and map it java object. I'm also using Gson on other project where perf is less required.
On 17 Feb, LoganSquare library is first released, promising 4-10 time faster parsing as Gson.
- What advantages as LoganSquare than Gson/Jackson didn't have ?
- Pros and cons ?
- Do you have benchmarks in production application ?
- Is is stable enough for a production app?
I understand it can be a primarly opinion base question, so be as technic and specific as possible and base your answer on real data.
Well to be clear if you are releasing your app to devices with ART you will have a huge speed advantage trough parsing.
so i will explain my experience with logansquare so far.
pros :
LoganSquare.parseList()
cons :
NO REALM DB : I could't make it run with Realm db so far(I didnt tried hard yet)
Custom Type Adapter :Couldn't find a type adapter or something similar so far but I am not sure.
see their benchmark here
and here is my poor benchmark results(it is not a proper benchmark but it is something): Emulator nexus 5, with DalvikVM,4.2 jellybean
Benchmarks
Parsed model