Go to file
Jesse Wilson a991e54157 Make fewer calls to out.write() when serializing strings. On one Android test, this improved serialization time of some documents by 83%.
TWEETS                              
   run          vm htmlSafe   ms linear runtime                    % 
Before app_process     true 68.7 ============================== 100% 
 After app_process     true 35.9 ===============                 52% 


                                  READER_LONG                         
   run          vm htmlSafe    ms linear runtime                    % 
Before app_process     true 439.0 ============================== 100%
 After app_process     true  74.5 =====                           17%
2012-04-12 13:24:37 +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 Test that GraphAdapterBuilder works with multiple entity types. 2012-01-01 15:57:29 +00:00
gson Make fewer calls to out.write() when serializing strings. On one Android test, this improved serialization time of some documents by 83%. 2012-04-12 13:24:37 +00:00
lib moved lib at the top-level to share eclipse styles. 2008-09-01 03:27:34 +00:00
metrics Check in our best Jackson vs. Gson comparison benchmarks. 2011-12-15 07:03:01 +00:00
proto updated version of protobuf dependency 2011-04-22 18:29:36 +00:00