Speeding Up the Webcola Graph Viz Library with Rust + WebAssembly

from blog cprimozic.net Blog, | ↗ original
For a recent project I've been working on, I wanted to include a graph showing the relationships between different artists on Spotify. Spotify provides the data directly from their API, and I had everything set up to pull it for a user's top artists and into the browser. This is the story of how I took the initial unoptimized graph visualization...