adr1an to [email protected]English • 3 months ago1 hour in Javapiefed.jeena.netimagemessage-square17fedilinkarrow-up172arrow-down16file-textcross-posted to: [email protected]
arrow-up166arrow-down1image1 hour in Javapiefed.jeena.netadr1an to [email protected]English • 3 months agomessage-square17fedilinkfile-textcross-posted to: [email protected]
minus-square@[email protected]linkfedilink-1•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-square@[email protected]linkfedilink2•3 months agoIf you are fighting the compiler you are probably trying to write unidiomatic code (maybe Python-like code?).
minus-square@[email protected]linkfedilink1•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.