Jochen Hoenicke - 2002-07-06

Logged In: YES
user_id=18252

You can edit the DeflaterConstants.

Decreasing the DEFAULT_MEM_LEVEL by 1 halves the memory
usage of the pending buffer and the hash. Similarly the
MAX_WBITS can be decrease which affects the size of the prev
and window arrays of the DeflaterEngine.

Decreasing these constants affects both speed and compression
quality.