|
|
|
|
|
by torginus
155 days ago
|
|
I just checked out Servo, and like all browsers it has a VERY large footprint of dependencies (notably GStreamer/GOject, libpng/jpeg, PCRE). Considering browsers have quite the decent process isolation (the whole browser process vs heavily sandboxed renderer processes), I wonder how tangible the Rust advantage turns out to be. |
|
And most of them are in the browser code itself, not in dependencies. By far the biggest offender tends to be the JavaScript engine.