CircleLiu / Comic-Fuz-Downloader

Userscript for downloading comics on Comic Fuz
MIT License
27 stars 3 forks source link

Slow performance with JSZip 3.6.0, consider bumping the version to 3.10.1? #12

Open PierreL-H opened 2 months ago

PierreL-H commented 2 months ago

As discussed in Stuk/jszip#617, generateAsync was about 50 times slower since JSZip 3.2.x, but this has been fixed in 3.10.0 I tested this on my end and bumped the version to 3.10.1 and confirmed that packaging speed went from ~10 minutes to ~5 seconds on a 434MB archive. I don't really want to make a PR for such a simple change (I just changed the version in the @require), but I thought I should bring it up.