pycrdt icon indicating copy to clipboard operation
pycrdt copied to clipboard

Faster pycrdt

Open davidbrochart opened this issue 10 months ago • 0 comments

Problem

Pycrdt has a Python layer on top of the bindings to Yrs, that could run faster if compiled.

Proposed Solution

Mypyc or Cython could be used to compile the Python layer.

davidbrochart avatar Feb 13 '25 09:02 davidbrochart