jsoup
jsoup copied to clipboard
Minor performance optimizations
https://github.com/jhy/jsoup/blob/2b443dff8770a97fe6f2a49db88f58e30b84abc6/src/main/java/org/jsoup/parser/HtmlTreeBuilder.java#L393-L395
el.hasAttr takes a bit of time to execute, which is unnecessary.
Cool, can you provide a PR and a benchmark?
I opened a PR. https://github.com/jhy/jsoup/pull/2099
Thanks merged, as noted.