https://github.com/jemc/pony-rope
Pony implementation of a rope data structure for efficient, zero-copy manipulation of byte buffers.
https://github.com/jemc/pony-rope
library pony-language zero-copy
Last synced: 5 months ago
JSON representation
Pony implementation of a rope data structure for efficient, zero-copy manipulation of byte buffers.
- Host: GitHub
- URL: https://github.com/jemc/pony-rope
- Owner: jemc
- Created: 2016-04-25T06:56:22.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-04-01T22:16:28.000Z (about 7 years ago)
- Last Synced: 2025-09-11T02:44:07.128Z (10 months ago)
- Topics: library, pony-language, zero-copy
- Language: Pony
- Size: 7.81 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pony-rope
Pony implementation of a rope data structure, with an emphasis on efficient, zero-copy manipulation of byte buffers.