5 ms·
Small OT: > Maybe I should document what I did! Please do! Me and a bunch of friends worked on a project that used diamond-types as the backing CRDT engine.
by FacelessJim 26d ago
Small OT:
> Maybe I should document what I did!
Please do!
Me and a bunch of friends worked on a project that used diamond-types as the backing CRDT engine. It does indeed go brrrr. But damn, it took way too long to reconstruct what it was doing (we needed some more fine grained knobs, so we were playing with the frontier directly). We eventually moved out to something a bit better documented, which was a real pity. I really liked the general architecture and simplicity (of the text-only based version at least).
- josephg 26d agoThanks! If I can ask - where did you get stuck?
- FacelessJim 19d agoWe were encountering a panic in the lib and could not really figure out why it was firing. The project kind of stalled due to lack of time and funding anyway unfortunately.