Code Comments
Programming Forum and web based access to our favorite programming groups.Does anybody know which kind of algorithm is used in Oberhumer's UCL? Is it similar in some way to LZ and derivates? Why is the decompression so fast as the author declares? thank you
Post Follow-up to this messageOn 13 Nov 2004 02:18:06 -0800, antaresanto@yahoo.it (antares) wrote: >Does anybody know which kind of algorithm is used in Oberhumer's UCL? >Is it similar in some way to LZ and derivates? Why is the >decompression so fast as the author declares? What do you mean by saying similar in some way to LZ? Do you want to know wheather they are using 1) an adapative based way such as adaptive Huffman algorithm, 2) dictionary based method like LZ, 3) more alike to LZ? BR, ------ James K. (txdiversity@hotmail.com) [Home] http://home.naver.com/txdiversity
Post Follow-up to this messageJames K. <txdiversity@hotmail.com> wrote in message news:<e0hdp014gkjgnk95n3v94ku47cpu420ub 3@4ax.com>... > On 13 Nov 2004 02:18:06 -0800, antaresanto@yahoo.it (antares) wrote: > > > What do you mean by saying similar in some way to LZ? Do you want to > know wheather they are using 1) an adapative based way such as > adaptive Huffman algorithm, 2) dictionary based method like LZ, 3) > more alike to LZ? > > BR, > ------ > James K. (txdiversity@hotmail.com) > [Home] http://home.naver.com/txdiversity I'd like to know how the algorithm works, and how can be the decompression so fast. there are a lot of descriptions for compression algorithms but for this one I didn't find an explanetion.
Post Follow-up to this messageOn 14 Nov 2004 01:24:26 -0800, antaresanto@yahoo.it (antares) wrote: >I'd like to know how the algorithm works, and how can be the >decompression so fast. >there are a lot of descriptions for compression algorithms but for >this one I didn't find an explanetion. I don't know of the specific algorithm and knowhow to implement it. However, it is noteworthy that, roughly speaking, algorithms for lossless compression distingush into two types. They are block-to-variable codings such as Huffman and variable-to-bolck codings such as LZ. The combination of two are also possible, which is in fact most general. So, I guess it is a sort of combination codings from an algorithm point of view, while its practical implementation method such as memory control are unkonwn as usually same in other compression tools. BR, ------ James K. (txdiversity@hotmail.com) [Home] http://home.naver.com/txdiversity
Post Follow-up to this messageOn 14 Nov 2004 01:24:26 -0800, antaresanto@yahoo.it (antares) wrote: >I'd like to know how the algorithm works, and how can be the >decompression so fast. >there are a lot of descriptions for compression algorithms but for >this one I didn't find an explanetion. I don't know of the specific algorithm and knowhow to implement it. However, it is noteworthy that, roughly speaking, algorithms for lossless compression are distinguished into two types. They are block-to-variable coding such as Huffman and variable-to-block coding such as LZ. The combination of two are also possible, which is in fact most general. So, I guess it is a sort of combination coding from an algorithm point of view, while its practical implementation method such as memory control are unknown as usually unknown for other compression tools. BR, ------ James K. (txdiversity@hotmail.com) [Home] http://home.naver.com/txdiversity
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.