Y
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
juretriglav
3139 days ago
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.
link
AriaMinaei
3139 days ago
Would love to learn how the two approaches differ from each other. The string-based one
sounds
more space efficient.
link