|
From: | Antonio Diaz Diaz |
Subject: | Re: [Lzip-bug] Version 0.8-rc2 of lzlib released |
Date: | Tue, 12 Jan 2010 20:19:26 +0100 |
User-agent: | Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.7.11) Gecko/20050905 |
Jacob Rief wrote:
In the current algorithm, I don't understand why LZ_decompress_write is before LZ_decompress_sync_to_member?
You can put them in any order. The only difference is if you call LZ_decompress_write first, maybe LZ_decompress_sync_to_member will directly find the header without entering the search state.
I think in your case this difference does not matter, so it is easier to put LZ_decompress_sync_to_member first.
Regards, Antonio.
[Prev in Thread] | Current Thread | [Next in Thread] |