Remove uses of std::deque in data_usage code |
||
Issue descriptionAccording to Issue 674287, std::deque is quite memory inefficient when there's a small number of elements, especially on Android. The data_usage code currently uses std::deque in a few places, and these uses should be removed to save memory, e.g. by replacing them with std::vector. https://cs.chromium.org/search/?q=deque+file:%5Esrc/chrome/browser/android/data_usage/&sq=package:chromium&type=cs
,
Apr 5 2017
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Jan 12 2017