Hi,

> why not starting with lzo first - it`s already in zfs-fuse on linux and it 
> looks, that it`s just "in between lzjb and gzip" in terms of performance and 
> compression ratio.
> there needs yet to be demonstrated that it behaves similar on solaris.

Good question and I'm afraid I don't have a good answer to it. :-)
I chose to start by BWT for three reasons:

1) I have been researching suffix arrays and suffix trees for my MSc
thesis on information retrieval algorithms, so I'm familiar with
suffixes sorting and BWT, and maybe I gonna do my PhD on the subject;

2) lzo is copyrighted, so it's not clear if it can be used on ZFS;

3) lzo is just another implementation of Ziv-Lempel while BWT is a
completely different approach. Why not try it?

Domingos.
--
Domingos Soares Neto
University of Sao Paulo
Institute of Mathematics and Statistics







>
> see http://www.opensolaris.org/jive/thread.jspa?messageID=111031
>
>
> This message posted from opensolaris.org
> _______________________________________________
> zfs-discuss mailing list
> zfs-discuss@opensolaris.org
> http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
>
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to