Remove uses of std::deque in data_reduction_proxy 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_reduction_proxy code currently uses std::deque in one place, which should be replaced to save memory. https://cs.chromium.org/search/?q=deque+file:%5Esrc/components/data_reduction_proxy&sq=package:chromium&type=cs
,
Jan 12 2017
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Jan 12 2017