logoalt Hacker News

bjolilast Wednesday at 8:43 PM1 replyview on HN

I always wanted a comparison to ropes. Every time I see ropes mentioned I always think "why not use RRB trees?". It seems like less housekeeping, but with all the benefits.


Replies

bruce343434last Thursday at 12:27 AM

Let T[] denote "dynamic array of T": rope = string[] = char[][].

As I understand it, usually each line of text is in its own memory buffer.