7 ms·
The “third part” of the post starts with “I’ve benchmarked cola against 3 other CRDTs implemented in Rust: diamond-types, automerge and yrs.” This cola library
by jayunit 3y ago
The “third part” of the post starts with “I’ve benchmarked cola against 3 other CRDTs implemented in Rust: diamond-types, automerge and yrs.” This cola library appears to perform favorably in operation speed.
I’d be curious to know about memory usage, too.
- eptcyka 3y agoSeems like cola doesn't support pruning so I'd be worried about the performance when working with files with lots of edits.