You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After some investigation it seems like a viable option to just rewrite core parts of the library to Rust using pyo3. This could significantly improve performance at least for HTML generation.
Hints
Modules ludic.base, ludic.html and ludic.formating could be rewritten to Rust
For type hints, we would define interface using pyi files
Styles generation could also be written in Rust
Mainly custom components (like the catalog) would still be written in python.
The text was updated successfully, but these errors were encountered:
After some investigation it seems like a viable option to just rewrite core parts of the library to Rust using pyo3. This could significantly improve performance at least for HTML generation.
Hints
ludic.base
,ludic.html
andludic.formating
could be rewritten to Rustpyi
filesThe text was updated successfully, but these errors were encountered: