|
Rope is a RubyGem that implements the rope data structure. Rope is an alternative to String, optimized for time & memory under certain operations. Essentially in a Rope the data is broken up into blocks, and those blocks are stored in a binary tree.
Registered: 2007-10-29 17:01 Activity Percentile: 0% View project activity statistics. |
|