Ropes: Theory and practice
Why and when to use Ropes for Java for string manipulations
From the developerWorks archives
Date archived: April 18, 2019 | First published: February 12, 2008
Systems that manipulate large quantities of string data are poorly served by the Java™ language's default String
and StringBuilder
classes. A rope data structure can be a better alternative. This article introduces Ropes for Java, a rope implementation for the Java platform; explores performance issues; and provides pointers for effective use of the library.
This content is no longer being updated or maintained. The full article is provided "as is" in a PDF file. Given the rapid evolution of technology, some content, steps, or illustrations may have changed.