TE
科技回声
首页
24小时热榜
最新
最佳
问答
展示
工作
中文
GitHub
Twitter
首页
Ask HN: JavaScript blob compression
1 点
作者
galazzah
超过 8 年前
I need to compress a blob of binary data in JS before it gets sent to a compute engine. Iv'e checked out GZIP.js and JZIP.js but I don't think they do what I want to do. Any ideas?
1 comment
mike_r_parsons
超过 8 年前
<a href="http://nodeca.github.io/pako/" rel="nofollow">http://nodeca.github.io/pako/</a> <a href="http://pieroxy.net/blog/pages/lz-string/index.html" rel="nofollow">http://pieroxy.net/blog/pages/lz-string/index.html</a>