adr1an@programming.dev to PythonEnglish · 3 months ago1 hour in Javapiefed.jeena.netimagemessage-square17fedilinkarrow-up172arrow-down16file-textcross-posted to: [email protected]
arrow-up166arrow-down1image1 hour in Javapiefed.jeena.netadr1an@programming.dev to PythonEnglish · 3 months agomessage-square17fedilinkfile-textcross-posted to: [email protected]
minus-squaresugar_in_your_tealinkfedilinkarrow-up1arrow-down2·edit-23 months agoRust: 2 days, most of it fighting the compiler. I did a POC in Rust vs Python. Rust took longer to write, would be harder to maintain by our team, and with numba, the performance difference was small. So we went with Python.
minus-squaretaladarlinkfedilinkarrow-up2·3 months agoIf you are fighting the compiler you are probably trying to write unidiomatic code (maybe Python-like code?).
minus-squaresugar_in_your_tealinkfedilinkarrow-up1·3 months agoOr you’re just new. This is, afterall, a Python community.
Rust:
2 days, most of it fighting the compiler.
I did a POC in Rust vs Python. Rust took longer to write, would be harder to maintain by our team, and with numba, the performance difference was small. So we went with Python.
If you are fighting the compiler you are probably trying to write unidiomatic code (maybe Python-like code?).
Or you’re just new. This is, afterall, a Python community.