
压缩算法
lijieshare
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
JAVA代码之Snappy 压缩
Snappy is a compression/decompression library. It does not aim for maximum compression, or compatibility with any other compression library; instead, it aims for very high speeds and reasonable comp...2017-01-03 21:14:07 · 826 阅读 · 0 评论 -
【压缩算法之LZ4】
LZ4 is a very fast compression and decompression algorithm. This nodejs module provides a Javascript implementation of the decoder as well as native bindings to the LZ4 functions. Nodejs Streams are ...2017-02-15 20:26:57 · 461 阅读 · 0 评论