JavaScript implementation of ropes according to Boehm et al, 1995.
The Rope class contains methods charAt, concat and substring that have
the same interface as the built-in String methods such that ropes may be
used as a drop-in replacement.
If you would like to use this project in a free and open source software stack, let me know via a message on GitHub and I will slam on the license you need.