Several months ago I stumbled across something regarding large string buffers where the buffers were assembled as something similar to linked lists instead of large contiguous chunks of memory. I'm having trouble Googling this technique and was wondering if someone could help me out? The idea being you could rearrange large parts of the string without any extra reallocations (move entire sentences around, or whole paragraphs).
No clue what to search for.