commit | 591895bd28f3073dfeebf6bcfb0fc18491e54809 | [log] [tgz] |
---|---|---|
author | Yurii Zubrytskyi <[email protected]> | Mon Nov 14 22:06:30 2022 -0800 |
committer | Yurii Zubrytskyi <[email protected]> | Wed Nov 30 17:46:44 2022 -0800 |
tree | b3db85ce2996201176f2e88fc279de0909627524 | |
parent | 801c44115ecdee5511160f1837b514dd274f6a32 [diff] |
[res] Split keys and values in Theme::Entry vector Having keys in a separate vector improves memory usage (because of a 4-byte padding in the original struct that's gone) and performance (much better cache utilization when searching only through the keys) Test: build + UTs + boot Bug: 237583012 Change-Id: I5ed3bada42fabfc30dfe5de39946ee5bbab22899