# HG changeset patch # User Pierre-Yves David # Date 1569433399 -7200 # Node ID 894f58f5b59ba8e36c1678e77f055cd3d2b6e6c3 # Parent 7188ed14248122740bc4cdc50aa139bd21225079 stable-doc: note about not storing smaller range diff -r 7188ed142481 -r 894f58f5b59b hgext3rd/evolve/stablerange.py --- a/hgext3rd/evolve/stablerange.py Wed Sep 25 19:43:02 2019 +0200 +++ b/hgext3rd/evolve/stablerange.py Wed Sep 25 19:43:19 2019 +0200 @@ -212,6 +212,10 @@ commit time and to exchange them alongside the revision over the network. This is similar to what we do for other cached data. +It is also important to note that the smaller ranges can probably be computed +on the fly instead of being cached. The exact tradeoff would requires some +field testing. + Performance -----------