snabbdom-virtualize icon indicating copy to clipboard operation
snabbdom-virtualize copied to clipboard

Overhead of AST to vDom conversion

Open dypsilon opened this issue 8 years ago • 0 comments

Hi, thank you for this great library.

Skimming the source code I was wondering how much CPU and RAM overhead is there for the conversion from htmlparse2 AST to the vdom structure.

Does it make sense to parse an HTML string directly to a vdom structure?

dypsilon avatar Sep 06 '16 18:09 dypsilon