You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Over the past few months, I've developed fflate. It's a ZIP library that would replace JSZip, but it's much faster and an order of magnitude smaller. You can check the demo and see the benchmarks within the library to see this for yourself. Let me know if you'd be interested in switching, and I'll draft a PR.
The text was updated successfully, but these errors were encountered:
ZIP compression is the most well-tested function in the library, and I haven't gotten any bugs related to it yet. ZIP decompression has had a few issues, but they weren't too hard to fix.
Over the past few months, I've developed
fflate
. It's a ZIP library that would replace JSZip, but it's much faster and an order of magnitude smaller. You can check the demo and see the benchmarks within the library to see this for yourself. Let me know if you'd be interested in switching, and I'll draft a PR.The text was updated successfully, but these errors were encountered: