Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(392)

Issue 479543004: Convert QUIC's SentEntropyManager to use a deque instead of a map in (Closed)

Created:
6 years, 4 months ago by ramant (doing other things)
Modified:
6 years, 4 months ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org, Ian Swett
Base URL:
https://chromium.googlesource.com/chromium/src.git@send_updated_bandwidth_estimates_73579021
Project:
chromium
Visibility:
Public.

Description

Convert QUIC's SentEntropyManager to use a deque instead of a map in order to improve memory and CPU efficiency. Merge internal change: 73625323 R=rch@chromium.org

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -79 lines) Patch
M net/quic/quic_connection.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_sent_entropy_manager.h View 2 chunks +37 lines, -14 lines 0 comments Download
M net/quic/quic_sent_entropy_manager.cc View 3 chunks +63 lines, -42 lines 0 comments Download
M net/quic/quic_sent_entropy_manager_test.cc View 5 chunks +13 lines, -19 lines 0 comments Download
M net/quic/test_tools/quic_connection_peer.cc View 1 chunk +6 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
ramant (doing other things)
6 years, 4 months ago (2014-08-21 18:27:27 UTC) #1
Ryan Hamilton
6 years, 4 months ago (2014-08-21 22:11:56 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698