commit | 1b639e09d77de609bed080f5d2ca88d72ba42559 | [log] [tgz] |
---|---|---|
author | Wink Saville <wink@google.com> | Mon Jun 07 17:04:13 2010 -0700 |
committer | Wink Saville <wink@google.com> | Mon Jun 07 17:04:13 2010 -0700 |
tree | 97e6183ede78002b0299d76c99ea65e9c8d0f23c | |
parent | a3d3079a7ea18b2c052842272949247b7b4601e9 [diff] |
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