diff options
| -rw-r--r-- | doc/ScintillaRelated.html | 8 | 
1 files changed, 7 insertions, 1 deletions
| diff --git a/doc/ScintillaRelated.html b/doc/ScintillaRelated.html index bce884c8b..cbdd380c9 100644 --- a/doc/ScintillaRelated.html +++ b/doc/ScintillaRelated.html @@ -201,8 +201,14 @@        component for Win32.      </p>      <h3> -       Paper Documents +       Documents      </h3> +     +    <p> +       <a href="http://freespace.virgin.net/james.brown7/tuts/bigmem02.htm">Span Tables</a> +       are another data structure that can be used to represent documents in memory in a way  +       that performs well when data is inserted and deleted, <i>James Brown</i> +    </p>      <p>         <a href="http://www.cs.cmu.edu/~wjh/papers/byte.html">Data Structures in a Bit-Mapped Text        Editor</a>, <i>Wilfred J. Hanson</i>, Byte January 1987 | 
