Closed GoogleCodeExporter closed 9 years ago
Have you tried the latest GSON from SVN? It's faster.
Original comment by jessewil...@google.com
on 1 Nov 2011 at 1:46
I spent some time on this tonight and I isolated the problem. Our map type
adapter is doing a lot more work than it needs to when converting a property
name into a map key. I'll have a fix soon.
Original comment by limpbizkit
on 25 Nov 2011 at 5:25
Original comment by limpbizkit
on 25 Nov 2011 at 5:25
On today's numbers the comparison is much more favorable. After disabling
pretty printing we get this:
"GSON test" took 9495ms
"org.json test" took 13162ms
"Jackson test" took 4943ms
(Pretty printing adds about 30%).
Original comment by limpbizkit
on 13 Dec 2011 at 4:33
Original issue reported on code.google.com by
jeffrey.blattman@gmail.com
on 31 Oct 2011 at 7:30Attachments: