stable-doc: note about not storing smaller range
authorPierre-Yves David <pierre-yves.david@octobus.net>
Wed, 25 Sep 2019 19:43:19 +0200
changeset 4856 894f58f5b59b
parent 4855 7188ed142481
child 4857 86cdc5efd769
stable-doc: note about not storing smaller range
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
 -----------