An open API service indexing awesome lists of open source software.

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.

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".