changeset 4856:894f58f5b59b

stable-doc: note about not storing smaller range
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 25 Sep 2019 19:43:19 +0200
parents 7188ed142481
children 86cdc5efd769
files hgext3rd/evolve/stablerange.py
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
 -----------