|
|
|
|
|
by jhoechtl
869 days ago
|
|
Servo is a waste of time. If we want a fast rendering engine, Mozilla already has it. If we want a secure rendering engine we could leverage code checks. It's all there. The meme of Rust equals safety (or C equals I safety) has to go away. |
|
Mozilla tried multiple times to parallelize CSS style calculation in Gecko which is written in C++, and failed all of them. When they tried again in Servo with Rust, they succeeded first time.
They integrated Rust-written parallel CSS style calculation to Gecko. As a result, to this day, Firefox is the only web browser which can parallelize CSS style calculation, and beats every other browser in CSS style calculation performance.
The meme that Rust is easier to parallelize is true.