• mkwt@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    11 hours ago

    And I’m still getting at least 20x speedup on my applications. I don’t know where this 0.001 stuff is coming from.

    • NotSteve_@lemmy.ca
      link
      fedilink
      arrow-up
      0
      ·
      9 hours ago

      I think it really depends on the work the program does and how effectively it uses caching, concurrency, etc. Something like data serialisation would probably be a lot slower in Python compared to something like handling simple UI event triggers which might only have that 0.001 difference