hakko / musiccabinet

Artist radio, genre radio, related artists and more. Based on last.fm knowledge and your music.
57 stars 24 forks source link

Parallelize import of data #5

Closed hakko closed 12 years ago

hakko commented 12 years ago

A sequential import of data was clocked to 1283 operations in 834 seconds (1.5 operations / sec).

Running parallel data import would in theory allow a 3 times faster import time, since we're allowed to do 5 operations / sec.