cessen / ropey

A utf8 text rope for manipulating and editing large texts.
MIT License
1.04k stars 46 forks source link

Comparaison with Xi editor #79

Closed sucrecacao closed 1 year ago

sucrecacao commented 1 year ago

How would ropey compare to the Xi editor ?

cessen commented 1 year ago

For one thing, Ropey isn't an editor. It's just a rope implementation. A better comparison is Ropey to xi-rope:

On the other hand, if you disregard dependencies (e.g. maybe you would be pulling in those dependencies anyway), xi-rope is a leaner crate. And in many respects xi-rope has a cleaner, more elegant design than Ropey, with a smaller API.

As the author of Ropey, of course, I am biased in my comparison here! So please take it with a grain of salt.