|
|
|
|
|
by czx111331
951 days ago
|
|
We are addressing the CRDT downsides mentioned in the article at Loro: - Ever-growing state. This is no longer an issue. With OT-like CRDTs, you can discard unnecessary historical data at any time. This is theoretically feasible, and we are moving towards this goal.
- Complex implementation. The complexity is internal within the package, and it's written in Rust, making it universally applicable.
- Opaque state. We aim to expose these internal states through improved DevTools, making them easier to control and observe. This is one of the essential steps in enhancing our DX. You can visit our blog to learn more: https://www.loro.dev/blog/loro-now-open-source |
|