|
From: | Antonio Diaz Diaz |
Subject: | Re: [Lzip-bug] [PATCH] lzip on Windows |
Date: | Thu, 15 Oct 2009 17:15:01 +0200 |
User-agent: | Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.7.11) Gecko/20050905 |
Tino Lange wrote:
there's plenty of code duplication between lzip and lzlibBTW - just curious - Antonio, why is this designed like that?
Lzip's code in much cleaner and slightly more efficient this way. It is also easier to issue informative messages in case something goes wrong.
Why isn't lzip just one (reference) program that uses lzlib (statically)? Why has lzip its own "included version of lzlib" and you have to maintain many things twice?
The (de)compression code is almost identical in lzip and lzlib, so it is not much of a problem to maintain it twice.
Regards, Antonio.
[Prev in Thread] | Current Thread | [Next in Thread] |