【数据压缩】关于LZ4

1.LZ4压缩后数据的基本结构

参考材料:

http://en.wikipedia.org/wiki/LZ4_(compression_algorithm)   点击打开链接

http://blog.csdn.net/zhangskd/article/details/17282895   点击打开链接



——》The LZ4 algorithm represents the data as a series of sequences. 

——》Each sequence begins with a one byte token that is broken into two 4 bit fields. The first field represents the number of literal bytes that are to be copied to the output. The second field represents the number of bytes to copy from the already decoded output buffer (with 0 representing the minimum match length of 4 bytes). A value of 15 in either of the bitfields indicates that the length is larger and there is an extra byte of data that is to be added to the length. A value of 255 in these extra bytes indicates that yet another byte to be added. Hence arbitrary lengths are represented by a series of extra bytes containing the value 255. 

——》After the string of literals comes the token and any extra bytes needed to indicate string length. (这里的token指的是什么?在上面的结构图中,在literals后面没有token?)

——》This is followed by an offset that indicates how far back in the output buffer to begin copying. 

——》The extra bytes (if any) of the match-length come at the end of the sequence.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值