gson-comments/gson/src
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
..
main/java/com/google/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
test/java/com/google/gson Make the BigDecimal and BigInteger type adapters user-overrideable. 2012-03-18 17:55:15 +00:00