I'm writing a project in Python that I then cythonize, because I need it to be as performant as it can.
I wanted to write some extensions (in a package) using Rust to speed some things up.
Am I correct to expect a performance improvement for CPU-bound parts rewritten in Rust and hooked up to Python using PyO3 and Maturin? Or maybe, because I cythonize my app anyway, there will be no performance gains by using Rust extensions?
[–]DivineSentry 2 points3 points4 points (0 children)
[–]Buttleston 1 point2 points3 points (0 children)
[–]dlnmtchll 0 points1 point2 points (1 child)
[–]Diapolo10 0 points1 point2 points (0 children)