Releases: TiltedToast/danbooru-go
Release
Release
Various performance improvements, up to 50% faster depending on how many images have to be downloaded
Release
Avoids downloading .zip files now whenever possible, if there's an alternative .webm source available
Release
Swapped out the built-in net/http client for fasthttp, should speed up downloads by up to ~50% depending on how many images are in the queue
Release
Had problems with reading the .env
file which caused errors when trying to authenticate with credentials, fixed that now.
Release
Sped up post fetching by up to 10x by just requesting way more posts at a time. Also uses way less memory now since it's only requesting the metadata it needs
Release
Amount of goroutines greatly limited now while being just as fast, should mitigate both massive CPU usage spikes and crashes.
Release
This is a mostly working version, I still need to figure out how to prevent it from crashing when there's a tag with too many images trying to be downloaded