Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/capjamesg/piece-table
An implementation of the piece table data structure in Python.
https://github.com/capjamesg/piece-table
data-structures piece-table
Last synced: 11 days ago
JSON representation
An implementation of the piece table data structure in Python.
- Host: GitHub
- URL: https://github.com/capjamesg/piece-table
- Owner: capjamesg
- License: mit
- Created: 2023-12-29T11:02:34.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-29T16:47:28.000Z (12 months ago)
- Last Synced: 2024-12-15T07:48:54.283Z (11 days ago)
- Topics: data-structures, piece-table
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# piece-table
An implementation of the piece table data structure in Python.
This implementation follows a [Piece Table explainer published by Darren Burns](https://darrenburns.net/posts/piece-table/).
## License
This project is licensed under an [MIT license](LICENSE).