https://github.com/samwson/text-buffer
https://github.com/samwson/text-buffer
ruby
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samwson/text-buffer
- Owner: samWson
- Created: 2023-08-13T23:32:05.000Z (almost 3 years ago)
- Default Branch: trunk
- Last Pushed: 2023-10-19T21:19:28.000Z (over 2 years ago)
- Last Synced: 2025-06-13T18:48:41.347Z (about 1 year ago)
- Topics: ruby
- Language: Ruby
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Text Buffer
Every text editor needs some kind of text buffer. A data structure optimized for
multiple insertions and deletions of its content.