untitaker / html5gum

A WHATWG-compliant HTML5 tokenizer and tag soup parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get rid of massive entities.rs

untitaker opened this issue · comments

This is currently vendored the way it is because I assume generating dedicated code for my specific usecase is faster than using the entities crate. Need benchmarks to validate this assumption.

It would be nice to get rid of that file and use a crate that may already be in people's deptree, after all it bloats binaries.

with #26 this is good enough for now