https://github.com/alessandrobessi/piecetable
A piece table is a data structure typically used to represent a series of edits on a text document.
https://github.com/alessandrobessi/piecetable
datastructure go golang piecetable
Last synced: 7 months ago
JSON representation
A piece table is a data structure typically used to represent a series of edits on a text document.
- Host: GitHub
- URL: https://github.com/alessandrobessi/piecetable
- Owner: alessandrobessi
- License: gpl-3.0
- Created: 2021-06-05T16:49:02.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-06T15:07:31.000Z (over 2 years ago)
- Last Synced: 2025-03-27T22:37:05.669Z (about 1 year ago)
- Topics: datastructure, go, golang, piecetable
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Piece Table
A piece table is a data structure typically used to represent a series of edits on a text document.