https://github.com/depermitto/gorope
Rope data structure for Go
https://github.com/depermitto/gorope
go golang library rope-string
Last synced: 11 days ago
JSON representation
Rope data structure for Go
- Host: GitHub
- URL: https://github.com/depermitto/gorope
- Owner: Depermitto
- License: mit
- Created: 2024-03-11T17:08:54.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-11T20:20:29.000Z (over 2 years ago)
- Last Synced: 2025-03-04T22:42:32.261Z (over 1 year ago)
- Topics: go, golang, library, rope-string
- Language: Go
- Homepage:
- Size: 208 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://pkg.go.dev/github.com/Depermitto/gorope)
# Gorope
Tested (probably not for all cases though) and benchmarked implementation of the [Rope](https://en.wikipedia.org/wiki/Rope_(data_structure)?useskin=vector) data structure. Contains *insert*, *delete*, *at*, *contains* and *clone* methods.