widmogrod / js-crdt

Conflict-free Replication Data Type in TypeScript
MIT License
72 stars 8 forks source link

Mention name of the implemented algorithm in README #36

Closed karuppiah7890 closed 3 years ago

karuppiah7890 commented 4 years ago

I have noticed that there are many algorithms under the class of CRDTs. Many research papers and different algorithms.

I was interested to understand what algorithm has been implemented in this repo. Couldn't find it in README or the code file, for example, I wanted to find the algorithm behind text implementation

Could you please mention it in the README? That would be very helpful! 😄 🙏