Hacker News new | ask | show | jobs
by chrsjxn 1185 days ago
That makes more sense. Thanks!

Creating and adding DOM nodes is definitely not free, but I can see how this is very low overhead compared to VDOM diffing.

1 comments

No problem. Here's the primary source, by the way: https://isocpp.org/wiki/faq/big-picture#zero-overhead-princi...

> What you don’t use, you don’t pay for (in time or space) and further: What you do use, you couldn’t hand code any better.