commit | 629ba0e2b3edd2455b35eb65df2bc677042344b2 | [log] [tgz] |
---|---|---|
author | Doris Liu <tianliu@google.com> | Mon May 11 13:23:31 2015 -0700 |
committer | Filip Gruszczynski <gruszczy@google.com> | Wed Jun 10 22:54:09 2015 +0000 |
tree | f1878ed5553228c2c3e21c1f6cfe4f8865d277c7 | |
parent | 497176975f59a939f12feefb31f2f02560b6f265 [diff] |
DO NOT MERGE Use ArrayMap instead of HashMap for storing relavant nodes This fix is to take advantage of ArrayMap, which is a key-value mapping data structure that is more memory efficient than HashMap. Bug: 11604254 Change-Id: I57006880de570a4d7f3899e274cf0a06355d116b (cherry picked from commit d7444427d9f44b6b7448d4c21edca866132c8b59)