• @[email protected]
    link
    fedilink
    73 months ago

    TL;DR, big-O ignores the constant factor. If you already know what that means you don’t need to read this…

    • @[email protected]
      link
      fedilink
      43 months ago

      Eh, I also enjoyed seeing the comparison between Go and Python, seeing the jumps in time because of allocations, and knowing the size of the list when the more efficient algorithm started to become faster.