|
|
|
|
|
by codedokode
212 days ago
|
|
Javascript garbage collector wouldn't take so long... probably it's launching a new thread or process (for example, DRM decryption) for every song, and there becomes too many of them. Or it runs out of memory and starts swapping. |
|