• @leopold
    link
    21 month ago

    Servo is not the old name for Gecko. Gecko existed long before Servo was started and Servo continues to be developed independently of Mozilla. It was a research project to develop a web rendering engine in Rust taking advantage of parallelization. The parallelization stuff mostly made it through the Quantum project several years ago, which did indeed help performance. That’s about it. As of right now, Gecko’s code base 55.4% C++, 22.6% JavaScript, 4.5% C, 4.3% Kotlin and a mere 3.8% Rust. If Servo had indeed been integrated into Firefox, over half of this would be Rust. 53.2%, if the current Servo repository is anything to go by.

    • Possibly linux
      link
      fedilink
      English
      01 month ago

      I personally think it is silly to try to keep alive. If it was good Mozilla would’ve used it more. You can have your own take though

      • @leopold
        link
        11 month ago

        So you believe that Mozilla was just “cutting useless bloat” on the sole basis that “If it was good Mozilla would’ve used it more”? Yes, I think I will stick with my own take. They dropped it because making web engines is expensive and they no longer wanted to invest in making a new one in Rust. It was good, that’s the entire reason people are complaining.