https://github.com/quark-zju/linelog.js
Data structure tracking changes to a text file over time.
https://github.com/quark-zju/linelog.js
Last synced: 5 months ago
JSON representation
Data structure tracking changes to a text file over time.
- Host: GitHub
- URL: https://github.com/quark-zju/linelog.js
- Owner: quark-zju
- License: mit
- Created: 2020-06-08T00:20:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-10T15:38:56.000Z (almost 3 years ago)
- Last Synced: 2025-07-06T09:27:38.694Z (6 months ago)
- Language: TypeScript
- Size: 310 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
`linelog.js` provides a data structure useful for tracking changes to a text file over time.
It is relatively compact because it only contains deltas without full text.
It supports efficient "blame" operation, as doing a "blame" is the same as doing a "checkout".