ept / crdt-website

Source of the crdt.tech website
http://crdt.tech/
Apache License 2.0
417 stars 65 forks source link

OT papers #114

Closed streamich closed 2 months ago

streamich commented 2 months ago

Issue on: https://github.com/ept/crdt-website/tree/gh-pages/papers.html

OT is an alternative approach for distributed state synchronization to CRDT. Also, the first CRDT algorithm, the WOOT algorithm (Without OT), was proposed as a direct alternative to OT.

Given the above, for historic completeness, would you agree to allow creation of "OT" section, which would list OT papers?

ept commented 2 months ago

Hi @streamich, you're right that OT solves a similar problem, but it's also quite a different category of algorithms. My suggestion would be that we link to OTFAQ, which already has a list of OT papers. We could consider maintaining a list ourselves, but I'd be inclined to put it on a separate page and not mix it up with the CRDT papers. Would you be interested in creating and maintaining such a list?

streamich commented 2 months ago

[..] I'd be inclined to put it on a separate page and not mix it up with the CRDT papers.

Yes, I also was thinking that OT papers would have their own page/tag.

Thank you for the OTFAQ link.

Would you be interested in creating and maintaining such a list?

I was thinking about creating an initial OT paper list, but I see OTFAQ is more comprehensive than what I have. I guess, indeed, is is better to direct users there for now.