adr1an@programming.dev to Python@sh.itjust.worksEnglish · 3 months ago1 hour in Javapiefed.jeena.netimagemessage-square17fedilinkarrow-up172arrow-down16file-textcross-posted to: programmerhumor@lemmy.ml
arrow-up166arrow-down1image1 hour in Javapiefed.jeena.netadr1an@programming.dev to Python@sh.itjust.worksEnglish · 3 months agomessage-square17fedilinkfile-textcross-posted to: programmerhumor@lemmy.ml
minus-squaresugar_in_your_tea@sh.itjust.workslinkfedilinkarrow-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-squaretaladar@sh.itjust.workslinkfedilinkarrow-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_tea@sh.itjust.workslinkfedilinkarrow-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.