dmonad / crdt-benchmarks

A collection of CRDT benchmarks
Other
443 stars 29 forks source link

Add ShareDB to benchmark comparison #13

Closed GermanJablo closed 2 years ago

GermanJablo commented 2 years ago

Is your feature request related to a problem? Please describe. For those who are not interested in having a descentralized P2P model, the biggest impediment to choosing yjs is the performance loss that there may be compared to OT.

Describe the solution you'd like It would be great to add ShareDB to the benchmark comparison.

Additional context

dmonad commented 2 years ago

I'm not adding ShareDB to these benchmarks because it requires a server to do transformations (also, it's just a bit massive for these benchmarks).

However, there are already benchmarks for an OT framework: https://github.com/dmonad/crdt-benchmarks/pull/7

By now, these are already outdated. But it provides a rough comparison.