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

Issue 2603843002: Add QuicLRUCache. (Closed)

Created:
3 years, 12 months ago by Fan Yang
Modified:
3 years, 11 months ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add QuicLRUCache. Merge internal change 143035999. BUG= Committed: https://crrev.com/8ea75ec04ded52c66874700d30666933787a7eb9 Cr-Commit-Position: refs/heads/master@{#440866}

Patch Set 1 #

Patch Set 2 : fix #

Total comments: 2

Patch Set 3 : change MRVCache to MRUCache<K, std::unique_ptr<V>> #

Patch Set 4 : update comment of Lookup #

Unified diffs Side-by-side diffs Delta from patch set Stats (+192 lines, -12 lines) Patch
M net/net.gypi View 3 chunks +3 lines, -0 lines 0 comments Download
M net/quic/core/crypto/quic_compressed_certs_cache.h View 2 chunks +2 lines, -2 lines 0 comments Download
M net/quic/core/crypto/quic_compressed_certs_cache.cc View 1 2 chunks +9 lines, -10 lines 0 comments Download
A net/quic/platform/api/quic_lru_cache.h View 1 2 3 1 chunk +52 lines, -0 lines 0 comments Download
A net/quic/platform/api/quic_lru_cache_test.cc View 1 chunk +76 lines, -0 lines 0 comments Download
A net/quic/platform/impl/quic_lru_cache_impl.h View 1 2 3 1 chunk +50 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (16 generated)
Fan Yang
3 years, 12 months ago (2016-12-27 21:07:26 UTC) #5
Ryan Hamilton
Same comments as on internal version, plus one more. https://codereview.chromium.org/2603843002/diff/20001/net/quic/platform/impl/quic_lru_cache_impl.h File net/quic/platform/impl/quic_lru_cache_impl.h (right): https://codereview.chromium.org/2603843002/diff/20001/net/quic/platform/impl/quic_lru_cache_impl.h#newcode19 net/quic/platform/impl/quic_lru_cache_impl.h:19: ...
3 years, 12 months ago (2016-12-27 21:57:40 UTC) #6
Fan Yang
On 2016/12/27 21:57:40, Ryan Hamilton wrote: > Same comments as on internal version, plus one ...
3 years, 12 months ago (2016-12-27 23:36:39 UTC) #9
Ryan Hamilton
https://codereview.chromium.org/2603843002/diff/20001/net/quic/platform/impl/quic_lru_cache_impl.h File net/quic/platform/impl/quic_lru_cache_impl.h (right): https://codereview.chromium.org/2603843002/diff/20001/net/quic/platform/impl/quic_lru_cache_impl.h#newcode19 net/quic/platform/impl/quic_lru_cache_impl.h:19: mru_cache_.Put(key, *value); On 2016/12/27 21:57:40, Ryan Hamilton wrote: > ...
3 years, 12 months ago (2016-12-27 23:44:37 UTC) #10
Fan Yang
On 2016/12/27 23:44:37, Ryan Hamilton wrote: > https://codereview.chromium.org/2603843002/diff/20001/net/quic/platform/impl/quic_lru_cache_impl.h > File net/quic/platform/impl/quic_lru_cache_impl.h (right): > > https://codereview.chromium.org/2603843002/diff/20001/net/quic/platform/impl/quic_lru_cache_impl.h#newcode19 ...
3 years, 11 months ago (2016-12-28 14:04:24 UTC) #12
Ryan Hamilton
lgtm
3 years, 11 months ago (2016-12-28 15:11:43 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2603843002/60001
3 years, 11 months ago (2016-12-28 17:59:18 UTC) #20
commit-bot: I haz the power
Committed patchset #4 (id:60001)
3 years, 11 months ago (2016-12-28 18:03:39 UTC) #23
commit-bot: I haz the power
3 years, 11 months ago (2017-01-02 15:49:32 UTC) #25
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/8ea75ec04ded52c66874700d30666933787a7eb9
Cr-Commit-Position: refs/heads/master@{#440866}

Powered by Google App Engine
This is Rietveld 408576698