mathieuancelin / js-repaint-perfs

Playground to test repaint rates of JS libs
http://mathieuancelin.github.io/js-repaint-perfs/
254 stars 111 forks source link

The "optimized" vanilla JS version isn't particularly optimized... #109

Open dead-claudia opened 7 years ago

dead-claudia commented 7 years ago

I can tell you first hand that innerHTML, used here and here, is a super slow way of updating a DOM tree.

mathieuancelin commented 7 years ago

I agree :-)

Feel free to send a PR