[`html#UnescapeString`](https://pkg.go.dev/html#UnescapeString) uses its [own table](https://cs.opensource.google/go/go/+/refs/tags/go1.23.4:src/html/entity.go), which while being a subset of the [minify's one](https://github.com/tdewolff/minify/blob/master/html/table.go), should be more than enough. This would remove a bit less than 150kB from minify's size in memory.