• thanks_shakey_snake@lemmy.ca
      link
      fedilink
      arrow-up
      23
      ·
      6 months ago

      It’s actually the other way around. == has to perform type coercions as part of its equality algorithm, whereas === does not, so == has more steps.