dchest / captcha

Go package captcha implements generation and verification of image and audio CAPTCHAs.
godoc.org/github.com/dchest/captcha
MIT License
1.92k stars 293 forks source link

Reduce concurrent collections #48

Open iwind opened 9 months ago

iwind commented 9 months ago

'memoryStore.collect()' may run concurrently, and we can return immediately when it is collecting by checking 'numStored' value.