 Chromium Code Reviews
 Chromium Code Reviews Issue 
            1410973008:
    Added an experiment for an LRU snapshot cache.  (Closed)
    
  
    Issue 
            1410973008:
    Added an experiment for an LRU snapshot cache.  (Closed) 
  | DescriptionAdded an experiment for an LRU snapshot cache.
Added the LRUCache class to support a cache deiscarding NSObjects in
Least Recently Used order.
Added LRUCache unit tests.
Added an experimental flags controlled by switches and finch.
Modified the SnapshotCache class to switch using the LRU cache instead
of the dictionnary when the experiement is enabled.
TEST="unit tests in lru_cache_unittest.mm the experiment must be enabled before testing"
BUG=527846
Committed: https://crrev.com/cba2cb0bfff0995e44355e37db9afd252b76b9c7
Cr-Commit-Position: refs/heads/master@{#358298}
   Patch Set 1 #
      Total comments: 20
      
     Patch Set 2 : #
      Total comments: 10
      
     Patch Set 3 : #Patch Set 4 : #Messages
    Total messages: 17 (7 generated)
     |