Closed jvilk closed 9 years ago
Pako is what browserify's node zlib emulation uses. It might be faster then the current library we are using.
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.
Done as of 0.4.0.
Pako is what browserify's node zlib emulation uses. It might be faster then the current library we are using.