···11+# Cover Art fetching
22+33+1. Cover art parsing should not block main parsing flow
44+2. When we see that album doesn't have a coverart:
55+ 1. Fetch cover art from musicbrainz api
66+ 1. look for RELEASE_GROUP_ID or whatever and try fetching it from the endpoint
77+ 2. Determine what rate limits there are
88+99+ 2. Try parsing cover art from one of the song files inside of the album
1010+1111+3. Benchmark readDirectory. Key metrics are:
1212+ 1. Speed
1313+ 2. Memory spikes (graph)
1414+ 3. Highest memory usage
1515+4. Benchmark readDirectory implementation using streams