hgext3rd/evolve/stablerange.py
changeset 4856 894f58f5b59b
parent 4855 7188ed142481
equal deleted inserted replaced
4855:7188ed142481 4856:894f58f5b59b
   209 storage.
   209 storage.
   210 
   210 
   211 To use this at a large scale, it would be important to compute these data at
   211 To use this at a large scale, it would be important to compute these data at
   212 commit time and to exchange them alongside the revision over the network. This
   212 commit time and to exchange them alongside the revision over the network. This
   213 is similar to what we do for other cached data.
   213 is similar to what we do for other cached data.
       
   214 
       
   215 It is also important to note that the smaller ranges can probably be computed
       
   216 on the fly instead of being cached. The exact tradeoff would requires some
       
   217 field testing.
   214 
   218 
   215 Performance
   219 Performance
   216 -----------
   220 -----------
   217 
   221 
   218 The current implementation has not been especially optimized for performance.
   222 The current implementation has not been especially optimized for performance.