mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Update to zero-copy* HTML parsing
html5ever now uses the Tendril string type to minimize copying internally, but Servo still converts from/to `String` at the boundary (which involves copying).
This commit is contained in:
parent
ea06bebca9
commit
34bfa16517
7 changed files with 81 additions and 16 deletions
|
@ -67,6 +67,7 @@ extern crate url;
|
|||
extern crate uuid;
|
||||
extern crate string_cache;
|
||||
extern crate offscreen_gl_context;
|
||||
extern crate tendril;
|
||||
|
||||
pub mod cors;
|
||||
pub mod document_loader;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue