Replace std::deque usage in drp_event_store with a circular buffer.
Since std::deque is memory inefficient for small numbers of elements, especially on Android, (see http://crbug.com/674287), this CL replaces the std::deque in DataReductionProxyEventStore with a simple circular buffer. BUG=679603 Review-Url: https://codereview.chromium.org/2619373003 Cr-Commit-Position: refs/heads/master@{#443073}
Showing
Please register or sign in to comment