barnaclebutt@lemmy.worldtoPython@programming.dev•Why Python Is So Slow (And What Is Being Done About It)
4·
5 months agoOr you could use cython, which is much easier to integrate with a python project. It is only marginally slower than Rust but a little less safe. Numpy libraries are usually the fast. Numba is a little clunky, but can also speed up code. There’s lots of options to speed up python code.
I don’t think that the unofficial steamos ports are “hacky” if you mean unstable or bad.