aboutsummaryrefslogtreecommitdiffstats
path: root/docs/design/optimise.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/design/optimise.xml')
-rw-r--r--docs/design/optimise.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/design/optimise.xml b/docs/design/optimise.xml
index 273bf6b01..91e0997bf 100644
--- a/docs/design/optimise.xml
+++ b/docs/design/optimise.xml
@@ -33,5 +33,11 @@ been finalised. Consecutive characters with the same properties
can be combined into a "word" to hold the information with
limited overhead.
</para>
+ <para>
+If there are a large number of pages where forward references
+cannot be resolved the a method of writing a page onto disk
+could be used to save memory. The easiest way to achieve this
+is to make the page and all children serializable.
+ </para>
</section>