Software - Ropes For Java

You can download different releases of Ropes for Java from this page.

Latest Release

Release 1.1.3 includes a number of significant performance enhancements. All users should upgrade.

Enhancements

  1. Serialization performance has improved greatly in terms of time and space.
  2. For flat ropes, performance of common string operations is faster than the corresponding operations in java.lang.String.
  3. indexOf with String argument is now supported. The Boyer-Moore-Horspool searching algorithm is used by default. This algorithm is slightly modified to support the very large Unicode character set without consuming large amounts of memory.
  4. Performance enhancements to concatenation and subSequence.
  5. A few new string manipulation functions.
  6. Improved unit test suite.
Ropes for Java 1.1.3
Christmas release (2007-12-25).
ropes-1.1.3.zip JAR library, source code, and Javadoc.
source Browse the source online using OpenGrok.

Older Releases

Ropes for Java 1.0.5
Initial release (2007-12-09).
ropes-1.0.5.zip JAR library, source code, and Javadoc.