marcus-crane / khinsider

A khinsider downloader written in Go
MIT License
45 stars 6 forks source link

Speed up the download process #3

Closed marcus-crane closed 1 year ago

marcus-crane commented 3 years ago

Golang has some features designed especially for making parallelism much easier so we should just use those. There's no state that needs to be shared globally so this should cause no trouble.

marcus-crane commented 1 year ago

This is handled by the metadata bundle accessible in v3.0.0