Hacker News new | ask | show | jobs
by jayunit 1012 days 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.

1 comments

Seems like cola doesn't support pruning so I'd be worried about the performance when working with files with lots of edits.