This seems like a spiritual relative of "rope" data structure: http://en.wikipedia.org/wiki/Rope_(data_structure)
http://www.sgi.com/tech/stl/Rope.html On Wed, Jan 2, 2013 at 3:03 AM, Edward K. Ream <[email protected]> wrote: > I continue to work feverishly on various aspects of static type checking. > > That work lead to a discovery that may benefit you. It's one of the most > beautiful patterns I've ever created: it allows a program to simply and > naturally build up huge strings without using any string operations. > Generating an html file with minimal stress on the gc is an obvious > application. You could also say that the pattern creates a Pythonic way of > using lisp-like algorithms, but more safely than in lisp. > > Full details at the stc documentation page:: > > http://webpages.charter.net/edreamleo/stc/stc.html#a-beautiful-pattern-for-building-large-strings > > Edward > > -- > You received this message because you are subscribed to the Google Groups > "leo-editor" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/leo-editor/-/a2fmKxEY0s0J. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/leo-editor?hl=en. > -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
