From a1534eec44a5d11dde2f7271afbe0192d1b72b1b Mon Sep 17 00:00:00 2001 From: rich Date: Fri, 13 Oct 2006 14:13:06 +0000 Subject: [PATCH] Documentation notes update/. --- README.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 42159e6..1525c30 100644 --- a/README.txt +++ b/README.txt @@ -1,6 +1,6 @@ 'Ancient' module for OCaml ---------------------------------------------------------------------- -$Id: README.txt,v 1.3 2006-10-13 12:28:20 rich Exp $ +$Id: README.txt,v 1.4 2006-10-13 14:13:06 rich Exp $ What does this module do? ---------------------------------------------------------------------- @@ -188,6 +188,11 @@ which avoids loading unused fields at all. In some circumstances we have shown that this could make a huge difference to performance, but we are not sure how to implement this cleanly in the current library. +[Update: I have fixed issue 6 manually for my Weblogs example and +confirmed that it does make a huge difference to performance, although +at considerable extra code complexity. Interested people can see the +weblogs library, file import_weblogs_ancient.ml.in]. + (7) [Advanced topic] Certain techniques such as Address Space Randomisation (http://lwn.net/Articles/121845/) are probably not compatible with the Ancient module and shared files. Because the -- 1.8.3.1