adr1an to Python@sh.itjust.worksEnglish · 9 个月前1 hour in Javapiefed.jeena.netimagemessage-square17linkfedilinkarrow-up172arrow-down16file-textcross-posted to: [email protected]
arrow-up166arrow-down1image1 hour in Javapiefed.jeena.netadr1an to Python@sh.itjust.worksEnglish · 9 个月前message-square17linkfedilinkfile-textcross-posted to: [email protected]
minus-squaresugar_in_your_tea@sh.itjust.workslinkfedilinkarrow-up1arrow-down2·edit-29 个月前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.
minus-squaretaladar@sh.itjust.workslinkfedilinkarrow-up2·9 个月前If you are fighting the compiler you are probably trying to write unidiomatic code (maybe Python-like code?).
minus-squaresugar_in_your_tea@sh.itjust.workslinkfedilinkarrow-up1·9 个月前Or 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.