jvilk / BrowserFS

BrowserFS is an in-browser filesystem that emulates the Node JS filesystem API and supports storing and retrieving files from various backends.
Other
3.07k stars 220 forks source link

Investigate switching ZipFS to pako #113

Closed jvilk closed 9 years ago

jvilk commented 9 years ago

Pako is what browserify's node zlib emulation uses. It might be faster then the current library we are using.

jvilk commented 9 years ago

Pako adds about 16KB to BrowserFS (6KB => 22KB). That's the only downside. I've switched to it in the browserify branch, so it'll be in the next BrowserFS release.

jvilk commented 9 years ago

Done as of 0.4.0.