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
https://github.com/yurevich1/xz-pure-js-web-worker
It's also an asm.js (probably generated with emscripten).
It runs natively inside a webworker, which might improve performance.
It also might change the memory consumption (to be tested : it might be better, it might be worse)
The text was updated successfully, but these errors were encountered:
Interesting. Yes, it is generated with EMSCRIPTEN and it uses asm. It seems geared to decompressing (and compressing) serially the full file into a Uint8Array rather than reading bits of data from the file. But as the decompressor is entirely minified and there seems to be no documented API other than the example given, it's hard to tell...
https://github.com/yurevich1/xz-pure-js-web-worker
It's also an asm.js (probably generated with emscripten).
It runs natively inside a webworker, which might improve performance.
It also might change the memory consumption (to be tested : it might be better, it might be worse)
The text was updated successfully, but these errors were encountered: