If there is a String Buffer, and a String Builder based on array technology, why then is there no equivalent mutable data type based on a Linked List? Or is there?
overwraith 83 Newbie Poster
Recommended Answers
Jump to PostThe performance of
StringBuilder
is sufficient for most common purposes. Arrays work quite well when you are mostly appending small strings to the end of a string, and that is a very natural way for strings to be constructed in most applications.If you want to deal with long strings …
All 2 Replies
bguild 163 Posting Whiz
JamesCherrill commented: Ropes & Gap Buffer... very interesting, thanks. +15
overwraith 83 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.