https://github.com/liamg/rope
〰️ A rope data-structure implementation designed for UTF-8 text manipulation.
https://github.com/liamg/rope
Last synced: 3 months ago
JSON representation
〰️ A rope data-structure implementation designed for UTF-8 text manipulation.
- Host: GitHub
- URL: https://github.com/liamg/rope
- Owner: liamg
- License: unlicense
- Created: 2023-09-09T19:49:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-11T21:29:19.000Z (over 2 years ago)
- Last Synced: 2025-02-27T04:24:35.048Z (11 months ago)
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rope
This is a [rope data-structure](https://en.wikipedia.org/wiki/Rope_%28data_structure%29) package designed to work with UTF-8 strings.
An extra weight is stored per-node to enable efficient line-number operations.
Check out the [docs](https://pkg.go.dev/github.com/liamg/rope).