←back to thread

186 points jasonjmcghee | 1 comments | | HN request time: 0s | source
Show context
bjoli ◴[] No.43107400[source]
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(1): >>43109653 #
1. bruce343434 ◴[] No.43109653[source]
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.