outcomes-keyan-hardman / lastfmtospotify

Converts Last.fm loved tracks to a Spotify playlist.
9 stars 2 forks source link

Song load smoothing #3

Closed jacobsturm closed 8 years ago

jacobsturm commented 8 years ago

Instead of 50 every 10 seconds,

change code to just load 5 each second.

curious as to how this will affect the graphing performance as it will be redrawn ten times as often.

outcomes-keyan-hardman commented 8 years ago

Let's not forget to give this a try.

jacobsturm commented 8 years ago

Complete. Previously loaded 50 then waited 9000ms. Now load 5 then wait 900ms