欢迎加入运维网交流群:263444886
jsoup 1.8.3 发布,此版本主要改进有:解析大型 HTML 文件的一些性能提升;抓取 XML 文档时,自动切换到 XML 解析器;重要 bug 修复。 更新内容:
改进
Performance improvement on parsing larger HTML pages. On Android KitKat, around 1.7x times faster.
On Android Lollipop, ~ 1.3x faster. Improvements largely from re-ordering the HtmlTreeBuilder methods based on analysis of various websites; also from further memory reduction for nodes with no children, and other tweaks.
When fetching XML URLs, automatically switch to the XML parser instead of the HTML parser.