07 Sep 26
A series of articles on fast date functions. I tend to implement my own timestamp-based dates functions as I prefer to use int/floats for dates, and this is super useful for optimisation and reference.
23 Jan 24
This article presents the rich text CRDT algorithm implemented in Loro, complying with [Peritext]’s criteria for seamless rich text collaboration. Furthermore, it can be built on top of any List CRDT algorithms and turn them into rich text CRDTs.