I work for a project that validates its links using this library. One link that is frequently validated is the HTML spec at https://html.spec.whatwg.org/. This page has one of the bigger HTML files on the web but node-html-parser was able to parse it well in approximately 23 seconds on my local machine until release 5.3.2.
Sorry for the bad experience.
I release a beta version node-html-parser@6.1.15-0
but I could not test it due to large memory usage. Could you test it for me? thank you.
I work for a project that validates its links using this library. One link that is frequently validated is the HTML spec at https://html.spec.whatwg.org/. This page has one of the bigger HTML files on the web but node-html-parser was able to parse it well in approximately 23 seconds on my local machine until release 5.3.2.
Consider this example:
With node-html-parser 5.3.1, this outputs the following:
With node-html-parser 5.3.2, this hangs indefinitely; only outputting the following even after running for hours: