• sugar_in_your_tea
    link
    fedilink
    arrow-up
    1
    arrow-down
    2
    ·
    edit-2
    3 months 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
      link
      fedilink
      arrow-up
      2
      ·
      3 months ago

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