pycrdt
pycrdt copied to clipboard
Faster pycrdt
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.