• ℍ𝕂-𝟞𝟝@sopuli.xyz
      link
      fedilink
      English
      arrow-up
      55
      ·
      edit-2
      3 months ago

      Not almost monopoly.

      Google is a monopolist, and it has acted as one to maintain its monopoly,

      - the US govt

    • Steve@communick.news
      link
      fedilink
      English
      arrow-up
      21
      ·
      3 months ago

      Monopolies don’t require 100% of a market. Just enough to effectively manipulate a market.

      One firm might only be 10% of a market. But if every other firm is only 1-2%, that 10% will have an outsized monopolistic ability to manipulate that market.

      • Markaos@lemmy.one
        link
        fedilink
        arrow-up
        3
        ·
        3 months ago

        Why not just say Rust? There isn’t really anything else that would provide good enough performance for a browser engine with modern heavy webpages while also fixing some major pain point of C/C++

          • Markaos@lemmy.one
            link
            fedilink
            arrow-up
            1
            ·
            3 months ago

            Zig didn’t come to my mind when I was writing my comment and I agree that it’s probably a decent option (the only issue I can think of is its somewhat small community, but that’s not a technical issue with the language).

            My argument against Go and Java is garbage collection - even if Java’s infamous GC pause can apparently be worked around with a specialized JVM, I’m pretty sure it still comes at the cost of higher memory usage and wasted CPU cycles compared to some kind of reference counting or Rust’s ownership mechanism (not sure about the proper term for that). And higher memory usage is definitely not something I want to see in my browser, they’re hungry enough as is.