DESCR 611 B

123456789101112131415
  1. UCL is a portable lossless data compression library. It implements a
  2. number of algorithms with the following features:
  3. - Decompression is simple and *very* fast.
  4. - Requires no memory for decompression.
  5. - The decompressors can be squeezed into less than 200 bytes of code.
  6. - Includes compression levels for generating pre-compressed
  7. data which achieve an excellent compression ratio.
  8. - Allows you to dial up extra compression at a speed cost in the
  9. compressor. The speed of the decompressor is not reduced.
  10. - Algorithm is thread safe.
  11. - Algorithm is lossless.
  12. UCL supports in-place decompression.