servo / html5ever

High-performance browser-grade HTML5 parser
Other
2.14k stars 222 forks source link

Speculative parsing and tokenization #25

Open kmcallister opened 10 years ago

kmcallister commented 10 years ago

Similar to servo/servo#1009

The first step is speculative parsing concurrent with scripts, similar to what Gecko does.

kmcallister commented 9 years ago

See also http://www.cs.wm.edu/~xshen/Publications/taco14.pdf

kmcallister commented 9 years ago

See also servo/servo#3847