Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: copenhas/ropex

Upgrade to Elixir 0.10.2

08 Sep 02:17

Choose a tag to compare

Pre-release

Updating to the new String.to_string protocol and making Rope.slice/3 have similar requirements as String.slice/3.

Initial beta release

14 Aug 12:51

Choose a tag to compare

Initial beta release Pre-release
Pre-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.