Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Using CRDTs? #1

@davidbrochart

Description

@davidbrochart

I think that CRDTs could be used for this problem too. They are basically data structures that live in different places (each one has a copy), that can be modified concurrently and that are efficiently kept in sync.
There is pycrdt that is Python bindings to the Rust implementation Yrs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions