Releases: copenhas/ropex
Releases · copenhas/ropex
Upgrade to Elixir 0.10.2
Updating to the new String.to_string protocol and making Rope.slice/3 have similar requirements as String.slice/3.
Initial beta release
Initial release of the rope data structure. Maybe not completely true to the original paper but usable. Provides fast index operations, reasonable find and replaces (but way slower then the BEAM), and enough of an API to useful.