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. _______________________________________________ Lzip-bug mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lzip-bug
