• sugar_in_your_tea@sh.itjust.works
    link
    fedilink
    arrow-up
    1
    arrow-down
    2
    ·
    edit-2
    1 month ago

    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.

    • taladar@sh.itjust.works
      link
      fedilink
      arrow-up
      2
      ·
      1 month ago

      If you are fighting the compiler you are probably trying to write unidiomatic code (maybe Python-like code?).