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
A pako object contains a 64k buffer. We create a `FlateWorker` for each zip
entry, meaning a zip file with a lot of entries would take **a lot** of memory.
Lazy-loading the pako object isn't the best solution but it's the quickest.
The best solution is to lazy-load the worker list.
Mitigate the issue Stuk#446.
0 commit comments