DescriptionReplace 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}
Committed: https://chromium.googlesource.com/chromium/src/+/c37c6180c36f4c69be3bdccafbbc2a2bee556ed7
Patch Set 1 : Initial patchset #
Total comments: 6
Patch Set 2 : addressed comments #
Total comments: 2
Patch Set 3 : removed unneeded includes from .cc file #
Messages
Total messages: 13 (6 generated)
|