my rage from v8 is spilling over
Go to file
Wink Saville 00302c1d16 Changed speed optimization for strings.
Removed use of StringUtf8Micro and instead use an extra byte array
instance variable directly in the class. This allows the list returned
for repeated strings to be a String instead of a StringUtf8Micro
making the class compatible with existing code.

Removed PerfTimer.java which isn't used.

Change-Id: Ie6acfb40f98f59a48c1a795d86f715078f9611f5
2010-06-07 17:04:13 -07:00
java Changed speed optimization for strings. 2010-06-07 17:04:13 -07:00
Android.mk Add libprotobuf-java-2.3.0-lite. 2010-06-04 17:44:37 -07:00