Go to file
Jesse Wilson 2fef83799d Optimizations and bug fixes for LinkedHashTreeMap.
The most interesting optimization is to replace ArrayDeque with a manual linked list that reuses the nodes 'parent' field. These optimizations save about 20%.
2012-09-17 03:30:20 +00:00
codegen moved code from gson/gson-codegen to top-level 2012-09-04 21:21:46 +00:00
examples/android-proguard-example Retain annotations when using proguard + gson. From patch on issue 358. 2011-12-16 05:18:01 +00:00
extras updated oss-parent version to 7 in gson-extras pom. 2012-08-01 20:57:51 +00:00
gson Optimizations and bug fixes for LinkedHashTreeMap. 2012-09-17 03:30:20 +00:00
lib moved lib at the top-level to share eclipse styles. 2008-09-01 03:27:34 +00:00
metrics Replace switch with if/else when processing whitespace. If/else is faster! 2012-08-27 04:17:29 +00:00
proto updated version of protobuf dependency 2011-04-22 18:29:36 +00:00