On Fri, 2005-04-01 at 18:57 +0400, Artem B. Bityuckiy wrote:
> Yes, the compression will be better. But the implementation will be more 
> complicated.
> We can try to use the "bound" functions to predict how many bytes to 
> pass to the deflate's input, but there is no guarantee they'll fit into 
> the output buffer. In this case we'll need to try again.

Can we not predict the maximum number of bytes it'll take to flush the
stream when we're not using Z_SYNC_FLUSH?

-- 
dwmw2

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to