An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Go Reference](https://pkg.go.dev/badge/github.com/Depermitto/gorope.svg)](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.