DIUcl is the Borland Delphi port of the popular UCL Compression Library, whose lossless algorithm is used by the UPX Ultimate Packer for eXecutables.
DIUcl achieves an excellent compression ratio (even better than ZIP!) with the following features:
* Decompression is simple, extremely fast, and requires no memory.
* The assembler optimized decompressor fits into less than 200 bytes of code.
* Supports in-place compression and decompression.
Using DIUcl is very simple: There's a compress() function that compresses a block of memory, and there's a decompress() function that handles decompression.
Real-time decompression should be possible for virtually any application, which makes DIUcl the ideal tool to compress your database Blob fields.
Freeware with full sources. |