Skip to content

Releases: TiltedToast/danbooru-go

Release

25 Sep 17:24
8510cc2
Compare
Choose a tag to compare

Minor Improvements

Release

10 Apr 03:06
Compare
Choose a tag to compare

Various performance improvements, up to 50% faster depending on how many images have to be downloaded

Release

29 Jan 22:43
Compare
Choose a tag to compare

Avoids downloading .zip files now whenever possible, if there's an alternative .webm source available

Release

25 Dec 17:03
Compare
Choose a tag to compare

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

30 Oct 20:08
Compare
Choose a tag to compare

Had problems with reading the .env file which caused errors when trying to authenticate with credentials, fixed that now.

Release

23 Sep 23:46
Compare
Choose a tag to compare

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

24 Jul 02:15
Compare
Choose a tag to compare

Amount of goroutines greatly limited now while being just as fast, should mitigate both massive CPU usage spikes and crashes.

Release

29 May 21:36
Compare
Choose a tag to compare

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