Hacker News new | ask | show | jobs
by nrub 4515 days ago
Sigma is significantly faster than D3 for drawing large graphs; however, it's only able to draw graphs. D3 is a multipurpose library for many different kinds of visualizations.
1 comments

Are you comparing Sigma with using D3 with SVG? One could also use a canvas to make it render faster.