OSDN Git Service

Merge change 22193
authorAndroid (Google) Code Review <android-gerrit@google.com>
Thu, 27 Aug 2009 17:30:27 +0000 (10:30 -0700)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Thu, 27 Aug 2009 17:30:27 +0000 (10:30 -0700)
* changes:
  Replace existing HashMap and LinkedHashMap with faster versions. Among other optimizations, the new versions do no division and use a high-quality defensive hash function to minimize the odds of poor key distribution among buckets.  Third time's a charm.


Trivial merge