Sanyam Brar
‹ Work

Project

zhtml

HTML parsing optimized for throughput.

ZigGiB/s-class parsingdeliberately incomplete HTML compliance

What it is

zhtml is built around a narrow trade: spend less work on browser-grade error recovery and more work moving bytes through the hot path. The useful part is not a framework around the parser. It is the scanner, tokenizer and memory behavior.

Related