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
Cython appears to have changed significantly since we first implemented this, and many people (including me) are having trouble installing ppsim.
Rust is likely to be faster than Cython, and given how good that community is at making reliable tools, I think PyO3 is likely to be more straightforward to use to link the fast pre-compiled Rust code to the Python library.
The text was updated successfully, but these errors were encountered:
Cython appears to have changed significantly since we first implemented this, and many people (including me) are having trouble installing ppsim.
Rust is likely to be faster than Cython, and given how good that community is at making reliable tools, I think PyO3 is likely to be more straightforward to use to link the fast pre-compiled Rust code to the Python library.
The text was updated successfully, but these errors were encountered: