In this article, I will tell you how to create a superfast HTML parser supporting DOM. We will look at the HTML specification and its disadvantages in terms of performance and resource consumption during HTML parsing.
I assume the reader has a basic knowledge of HTML: tags, nodes, elements, and namespace.