January 23, 2024
The problem here is that rendering CSS in a fully spec compliant fashion requires AGI, so there’s a network call to GPT-5 for every DOM element. https://t.co/H7rrzTwCbu
In this little benchmark rendering 16k squares using the DOM goes at 10fps, and rendering 1M squares using raw WebGL goes at 120fps.
I understand the DOM does a lot more here, but surely with enormous effort a faster web renderer that destroys Blink is physically implementable?
