-
Finley McIlwaine authored
`isValidHtmlITag` was allocating a lot, because it was converting `Builder` to `ByteString` over and over. This refactors to take a `ByteString` directly and changes the tag part of html elements to be `ByteString`.
Finley McIlwaine authored`isValidHtmlITag` was allocating a lot, because it was converting `Builder` to `ByteString` over and over. This refactors to take a `ByteString` directly and changes the tag part of html elements to be `ByteString`.
Loading