Hacker News new | ask | show | jobs
by AriaMinaei 3139 days ago
I found this blog post on this subject very approachable: http://digitalfreepen.com/2017/10/06/simple-real-time-collab...
1 comments

That's a nice blogpost! It does describe char-based CRDTs nicely, but the RGASS/teletype-crdt algorithms are string-based, which brings a lot of headaches, as you can have insertions that split existing nodes, etc.
Would love to learn how the two approaches differ from each other. The string-based one sounds more space efficient.