Skip to content

Comment on Performance extensions for D3.jsparent

Comments

A quick glance at D3's source code confirms what I suspected: all it does is call setAttributeNS on the DOM. So the re-rendering isn't really its concern, but the browser's.

As for performance, I believe the focus is on the user's performance, not the computer's.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.