2011/7/7 Huan Truong <huan...@gmail.com>:
> Bác thử cái này sẽ thích ngay mà:
> http://en.wikipedia.org/wiki/Lzop
>
> Tham khảo thêm ông này, em chưa thử:
> http://code.google.com/p/snappy/source/browse/trunk/README

Em trước nay vẫn dùng  tar -cJvf để nén lzop archives bằng tar vì có
hỗ trợ built-in.

Tuy vậy nghiên cứu về performance thì thông tin ở đây rất thú vị:
http://agaoglu.tumblr.com/post/4605524309/lzo-vs-snappy-vs-lzf-vs-zlib-a-comparison-of

Algorithm       Compression Ratio       IO performance increase
Snappy          40%                     25%
LZF             40%                     21%
LZO             41%                     5%
ZLIB            48%                     -16%

Tóm lại để nhanh hơn đáng kể thì có lẽ giờ em nên dùng Snappy. Có lẽ
hack vào tar để nó dùng snappy (tar -cSvf) chắc cũng không khó lắm.


-- 
Open source is a privilege, not an entitlement.
_______________________________________________
POST RULES : http://wiki.hanoilug.org/hanoilug:mailing_list_guidelines
_______________________________________________
HanoiLUG mailing lists: http://lists.hanoilug.org/
HanoiLUG wiki: http://wiki.hanoilug.org/
HanoiLUG blog: http://blog.hanoilug.org/

Trả lời cho