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

Issue 528083004: Change the QUIC CongestionMap to be based on a vector. (Closed)

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

Description

Change the QUIC CongestionMap to be based on a vector. Saves ~0.75% CPU when profiling. Merge internal change: 74321352 R=rch@chromium.org

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -37 lines) Patch
M net/quic/congestion_control/pacing_sender.h View 1 chunk +2 lines, -2 lines 0 comments Download
M net/quic/congestion_control/pacing_sender.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/quic/congestion_control/pacing_sender_test.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M net/quic/congestion_control/send_algorithm_interface.h View 2 chunks +5 lines, -3 lines 0 comments Download
M net/quic/congestion_control/send_algorithm_simulator.cc View 3 chunks +6 lines, -5 lines 0 comments Download
M net/quic/congestion_control/tcp_cubic_sender.h View 1 chunk +2 lines, -2 lines 0 comments Download
M net/quic/congestion_control/tcp_cubic_sender.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M net/quic/congestion_control/tcp_cubic_sender_test.cc View 4 chunks +13 lines, -9 lines 0 comments Download
M net/quic/quic_sent_packet_manager.h View 1 chunk +3 lines, -3 lines 0 comments Download
M net/quic/quic_sent_packet_manager.cc View 3 chunks +6 lines, -2 lines 0 comments Download
M net/quic/test_tools/quic_test_utils.h View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
ramant (doing other things)
6 years, 3 months ago (2014-09-03 01:57:09 UTC) #1
Ryan Hamilton
6 years, 3 months ago (2014-09-03 18:19:09 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698