Performance of upload function
When my program executes to the upload function, it always uploads the first few files, and the entire program gets stuck somewhere. Usually, I have to stop the program, re-run a couple times, before the upload function starts to work again. It seems like theres a peak of the upload function that once my program hops over that peak, the upload function executes perfectly. However, if it doesn't jump over that peak, the program gets stuck. Has this happened to anyone?
Yeah, sometimes I've noticed performance issues as well. It's only after I upload a few files. I'm gonna try to track it down, but it seems like some variables aren't getting emptied after a successful upload.
I re-wrote the whole library using generators and graphicsmagick-stream. Made a pre-release https://github.com/imagerjs/imager/releases/tag/1.0.0-alpha1 feel free to try it out and give feedback. Thanks!